Return true if this instruction is a shift.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
isShift() const;

Return Value

True if this instruction is a shift.

Created with MrDocs