Lines Matching defs:Shl
615 Instruction *Shl = BinaryOperator::CreateShl(I->getOperand(0), ShiftC);
616 return InsertNewInstWith(Shl, I->getIterator());
631 case Instruction::Shl: {
676 Constant *NewC = ConstantFoldBinaryOpOperands(Instruction::Shl, C,
759 if (ConstantFoldBinaryOpOperands(Instruction::Shl, NewC,
761 Instruction *Shl = BinaryOperator::CreateShl(NewC, X);
762 return InsertNewInstWith(Shl, I->getIterator());
1319 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl,
1363 BinaryOperator *Orig = cast<BinaryOperator>(Shl);
1374 return InsertNewInstWith(New, Shl->getIterator());