Searched refs:MemAccessInst (Results 1 – 1 of 1) sorted by relevance
2357 LLVMBool LLVMGetVolatile(LLVMValueRef MemAccessInst) { in LLVMGetVolatile() argument2358 Value *P = unwrap<Value>(MemAccessInst); in LLVMGetVolatile()2364 void LLVMSetVolatile(LLVMValueRef MemAccessInst, LLVMBool isVolatile) { in LLVMSetVolatile() argument2365 Value *P = unwrap<Value>(MemAccessInst); in LLVMSetVolatile()