Searched refs:ShlOp1 (Results 1 – 5 of 5) sorted by relevance
125 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local126 C = dyn_cast<ConstantInt>(ShlOp1); in runOnFunction()
120 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local121 C = dyn_cast<ConstantInt>(ShlOp1); in runOnFunction()
837 const APInt &ShlOp1 = cast<ConstantInt>(Shl->getOperand(1))->getValue(); in SimplifyShrShlDemandedBits() local839 if (!ShlOp1 || !ShrOp1) in SimplifyShrShlDemandedBits()845 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in SimplifyShrShlDemandedBits()848 unsigned ShlAmt = ShlOp1.getZExtValue(); in SimplifyShrShlDemandedBits()
861 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits() argument864 if (!ShlOp1 || !ShrOp1) in simplifyShrShlDemandedBits()870 if (ShlOp1.uge(BitWidth) || ShrOp1.uge(BitWidth)) in simplifyShrShlDemandedBits()873 unsigned ShlAmt = ShlOp1.getZExtValue(); in simplifyShrShlDemandedBits()
758 const APInt &ShlOp1, const APInt &DemandedMask, KnownBits &Known);