Home
last modified time | relevance | path

Searched refs:isLogicalShift (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/
DInstruction.h107 inline bool isLogicalShift() const { in isLogicalShift() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp48 if (I->isLogicalShift() && in simplifyValueKnownNonZero()
DInstCombineShifts.cpp357 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
DInstCombineAndOrXor.cpp1309 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in CollectBSwapParts()
DInstCombineCompares.cpp1131 bool CanFold = Shift->isLogicalShift(); in visitICmpInstWithInstAndIntCst()