Searched defs:ShlOp1 (Results 1 – 4 of 4) sorted by relevance
125 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
120 Value *ShlOp1 = Shl->getOperand(1); in runOnFunction() local
837 const APInt &ShlOp1 = cast<ConstantInt>(Shl->getOperand(1))->getValue(); in SimplifyShrShlDemandedBits() local
861 Instruction *Shl, const APInt &ShlOp1, in simplifyShrShlDemandedBits()