Searched refs:isArithmeticShift (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstruction.h111 /// isArithmeticShift - Return true if this is an arithmetic shift right.
112 inline bool isArithmeticShift() const { function in class:llvm::Instruction
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1211 ICI.isEquality() && !Shift->isArithmeticShift() &&

Completed in 157 milliseconds