Home | History | Annotate | Download | only in IR

Lines Matching refs:NewValue

3079 void LLVMSetAtomicSingleThread(LLVMValueRef AtomicInst, LLVMBool NewValue) {
3081 SynchronizationScope Sync = NewValue ? SingleThread : CrossThread;