Return true if this is an arithmetic shift right.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
isArithmeticShift() const;

Return Value

True if this is ashr.

Created with MrDocs