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.
pub unsafe extern "C" fn LLVMIsAtomic(Inst: LLVMValueRef) -> LLVMBool
Returns whether an instruction is an atomic instruction, e.g., atomicrmw, cmpxchg, fence, or loads and stores with atomic ordering.