Searched refs:isLogicalShift (Results 1 – 4 of 4) sorted by relevance
356 inline bool isLogicalShift() const {
538 assert(InnerShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()779 return !(Shift.isLogicalShift() && match(BO, m_Not(m_Value()))); in canShiftBinOpWithConstantRHS()
68 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
162 bool isLogicalShift() const { in isLogicalShift() function163 return cast<llvm::Instruction>(Val)->isLogicalShift(); in isLogicalShift()