Searched refs:LLVMIsAtomicSingleThread (Results 1 – 3 of 3) sorted by relevance
658 LLVMBool SingleThread = LLVMIsAtomicSingleThread(Src); in CloneInstruction()671 LLVMBool SingleThread = LLVMIsAtomicSingleThread(Src); in CloneInstruction()
4073 LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst);
3944 LLVMBool LLVMIsAtomicSingleThread(LLVMValueRef AtomicInst) { in LLVMIsAtomicSingleThread() function