Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonOptimizeSZextends.cpp117 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
118 C = dyn_cast<ConstantInt>(ShlOp1); in runOnFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSimplifyDemanded.cpp1320 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known) { in simplifyShrShlDemandedBits() argument
1321 if (!ShlOp1 || !ShrOp1) in simplifyShrShlDemandedBits()
1327 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()
1330 unsigned ShlAmt = ShlOp1.getZExtValue(); in simplifyShrShlDemandedBits()
HDInstCombineInternal.h570 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);