Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h165 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/llvm-project/llvm/include/llvm/IR/
DInstruction.h200 inline bool isLogicalShift() const {
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp428 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()
DInstCombineMulDivRem.cpp71 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp426 assert(InnerShift->isLogicalShift() && "Unexpected instruction type"); in canEvaluateShiftedShift()
721 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
DInstCombineMulDivRem.cpp70 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-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2740 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in collectBitParts()