Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp125 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
126 C = dyn_cast<ConstantInt>(ShlOp1); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp120 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
121 C = dyn_cast<ConstantInt>(ShlOp1); in runOnFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp837 const APInt &ShlOp1 = cast<ConstantInt>(Shl->getOperand(1))->getValue(); in SimplifyShrShlDemandedBits() local
839 if (!ShlOp1 || !ShrOp1) in SimplifyShrShlDemandedBits()
845 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in SimplifyShrShlDemandedBits()
848 unsigned ShlAmt = ShlOp1.getZExtValue(); in SimplifyShrShlDemandedBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp861 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits() argument
864 if (!ShlOp1 || !ShrOp1) in simplifyShrShlDemandedBits()
870 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()
873 unsigned ShlAmt = ShlOp1.getZExtValue(); in simplifyShrShlDemandedBits()
DInstCombineInternal.h758 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);