Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h3114 LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst);
3115 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool SingleThread);
/external/llvm/lib/IR/
DCore.cpp3071 LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst) { in LLVMIsAtomicSingleThread() argument
3072 Value *P = unwrap<Value>(AtomicInst); in LLVMIsAtomicSingleThread()
3079 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) { in LLVMSetAtomicSingleThread() argument
3080 Value *P = unwrap<Value>(AtomicInst); in LLVMSetAtomicSingleThread()