Home
last modified time | relevance | path

Searched refs:MemAccessInst (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDCore.cpp2556 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() argument
2557 Value *P = unwrap<Value>(MemAccessInst); in LLVMGetVolatile()
2563 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() argument
2564 Value *P = unwrap<Value>(MemAccessInst); in LLVMSetVolatile()