Return true if this instruction behaves like a memory fence.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
isFenceLike() const;

Description

A fence‐like instruction can load or store to memory without being given an explicit memory location.

Return Value

True if this instruction is fence‐like.

Created with MrDocs