Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DCore.cpp2357 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() argument
2358 Value *P = unwrap<Value>(MemAccessInst); in LLVMGetVolatile()
2364 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() argument
2365 Value *P = unwrap<Value>(MemAccessInst); in LLVMSetVolatile()