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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp117 Value *ShlOp1 = Shl->getOperand(1); local
118 C = dyn_cast<ConstantInt>(ShlOp1);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1264 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known) {
1265 if (!ShlOp1 || !ShrOp1)
1271 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth))
1274 unsigned ShlAmt = ShlOp1.getZExtValue();
1262 simplifyShrShlDemandedBits( Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known) argument
H A DInstCombineInternal.h557 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);

Completed in 155 milliseconds