Searched refs:isLogicalShift (Results 1 – 4 of 4) sorted by relevance
108 inline bool isLogicalShift() const { in isLogicalShift() function
367 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
48 if (I->isLogicalShift() && isKnownToBeAPowerOfTwo(I->getOperand(0))) { in simplifyValueKnownNonZero()
1403 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in CollectBSwapParts()