llvm::Instruction::hasAtomicLoad

Return true if this atomic instruction loads from memory.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
hasAtomicLoad() const;

Return Value

True if this atomic instruction has a load.