Function LLVMIsAtomic

Source
pub unsafe extern "C" fn LLVMIsAtomic(Inst: LLVMValueRef) -> LLVMBool
Expand description

Returns whether an instruction is an atomic instruction, e.g., atomicrmw, cmpxchg, fence, or loads and stores with atomic ordering.