Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/IR/
DCore.cpp2251 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() argument
2252 Value *P = unwrap<Value>(MemAccessInst); in LLVMGetVolatile()
2258 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() argument
2259 Value *P = unwrap<Value>(MemAccessInst); in LLVMSetVolatile()