Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp117 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
118 C = dyn_cast<ConstantInt>(ShlOp1); in runOnFunction()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1162 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known) { in simplifyShrShlDemandedBits() argument
1163 if (!ShlOp1 || !ShrOp1) in simplifyShrShlDemandedBits()
1169 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()
1172 unsigned ShlAmt = ShlOp1.getZExtValue(); in simplifyShrShlDemandedBits()
DInstCombineInternal.h486 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);