Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h136 inline bool isLogicalShift() const { in isLogicalShift() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h165 inline bool isLogicalShift() const {
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2740 if (I->isLogicalShift() && isa<ConstantInt>(I->getOperand(1))) { in collectBitParts()