Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h136 inline bool isLogicalShift() const { in isLogicalShift() function
/external/llvm/include/llvm/IR/
DInstruction.h127 inline bool isLogicalShift() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h156 inline bool isLogicalShift() const {
/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-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp73 assert(InnerShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()
386 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
DInstCombineMulDivRem.cpp71 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1787 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in collectBitParts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2542 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in collectBitParts()