Searched refs:isLogicalShift (Results 1 – 12 of 12) sorted by relevance
127 inline bool isLogicalShift() const {
136 inline bool isLogicalShift() const { in isLogicalShift() function
165 inline bool isLogicalShift() const {
64 assert(SecondShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()378 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
49 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
200 inline bool isLogicalShift() const {
428 assert(InnerShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()652 return !(Shift.isLogicalShift() && match(BO, m_Not(m_Value()))); in canShiftBinOpWithConstantRHS()695 if (I.isLogicalShift() && in FoldShiftByConstant()
71 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
426 assert(InnerShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()721 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
70 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
1787 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in collectBitParts()
2740 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in collectBitParts()