Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp117 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
118 C = dyn_cast<ConstantInt>(ShlOp1); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.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()
H A DInstCombineInternal.h570 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);