Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h107 inline bool isLogicalShift() const { in isLogicalShift() function
/external/llvm/include/llvm/IR/
DInstruction.h127 inline bool isLogicalShift() const {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h136 inline bool isLogicalShift() const { in isLogicalShift() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp64 assert(SecondShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()
378 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
DInstCombineMulDivRem.cpp49 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp48 if (I->isLogicalShift() && in simplifyValueKnownNonZero()
DInstCombineShifts.cpp366 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
DInstCombineAndOrXor.cpp1310 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in CollectBSwapParts()
DInstCombineCompares.cpp1132 bool CanFold = Shift->isLogicalShift(); in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1787 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in collectBitParts()