Lines Matching defs:Shl
629 Instruction *Shl = BinaryOperator::CreateShl(I->getOperand(0), ShiftC);
630 return InsertNewInstWith(Shl, I->getIterator());
645 case Instruction::Shl: {
690 Constant *NewC = ConstantFoldBinaryOpOperands(Instruction::Shl, C,
773 if (ConstantFoldBinaryOpOperands(Instruction::Shl, NewC,
775 Instruction *Shl = BinaryOperator::CreateShl(NewC, X);
776 return InsertNewInstWith(Shl, I->getIterator());
1322 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl,
1366 BinaryOperator *Orig = cast<BinaryOperator>(Shl);
1377 return InsertNewInstWith(New, Shl->getIterator());