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
Return true if this is an arithmetic shift right.
Declared in <llvm/IR/Instruction.h>
bool
isArithmeticShift() const;
True if this is ashr.
Created with MrDocs