Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getOpcode

46       if (I->getOpcode() == Instruction::Shl) {
53 if (I->getOpcode() == Instruction::Mul) {
60 if (I->getOpcode() == Instruction::Add) {
176 unsigned Opc = I->getOpcode();
248 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
301 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), DL)) {
358 unsigned Opc = I->getOpcode();
671 unsigned Opc = I->getOpcode(), Tmp;
850 if (SrcI && SrcI->getOpcode() == Instruction::Or) {
1002 switch (I->getOpcode()) {
1146 if (I->getOpcode() == Instruction::FPExt)
1190 switch (OpI->getOpcode()) {
1218 BinaryOperator::Create(OpI->getOpcode(), LHSOrig, RHSOrig);
1327 if (Arg && Arg->getOpcode() == Instruction::FPExt &&
1650 switch (I->getOpcode()) {