Lines Matching refs:getOpcode
43 if (I->getOpcode() == Instruction::Shl) {
50 if (I->getOpcode() == Instruction::Mul) {
57 if (I->getOpcode() == Instruction::Add) {
168 unsigned Opc = I->getOpcode();
241 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
291 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), TD)) {
348 unsigned Opc = I->getOpcode();
667 unsigned Opc = I->getOpcode(), Tmp;
836 if (SrcI && SrcI->getOpcode() == Instruction::Or) {
851 if (SrcI && SrcI->getOpcode() == Instruction::And && SrcI->hasOneUse())
862 if (SrcI && SrcI->getOpcode() == Instruction::Xor && SrcI->hasOneUse())
865 if (And->getOpcode() == Instruction::And && And->hasOneUse() &&
1013 switch (I->getOpcode()) {
1157 if (I->getOpcode() == Instruction::FPExt)
1189 switch (OpI->getOpcode()) {
1208 return BinaryOperator::Create(OpI->getOpcode(), LHSTrunc, RHSTrunc);
1223 if (Arg && Arg->getOpcode() == Instruction::FPExt &&
1525 switch (I->getOpcode()) {