Searched refs:ShrOp1 (Results 1 – 2 of 2) sorted by relevance
1319 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits() argument1321 if (!ShlOp1 || !ShrOp1) in simplifyShrShlDemandedBits()1327 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()1331 unsigned ShrAmt = ShrOp1.getZExtValue(); in simplifyShrShlDemandedBits()
569 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl,