Searched refs:MemAccessInst (Results 1 – 1 of 1) sorted by relevance
2251 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() argument2252 Value *P = unwrap<Value>(MemAccessInst); in LLVMGetVolatile()2258 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() argument2259 Value *P = unwrap<Value>(MemAccessInst); in LLVMSetVolatile()