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