Lines Matching refs:getOpcode
634 switch (I->getOpcode()) {
654 if (!BO || BO->getOpcode() != Instruction::Add)
679 if (BO->getOpcode() == Instruction::Add ||
680 BO->getOpcode() == Instruction::Or)
746 if ((I->getOpcode() == Instruction::Mul ||
747 I->getOpcode() == Instruction::PHI) &&
771 if (IVU->getOpcode() != Instruction::Mul &&
772 IVU->getOpcode() != Instruction::PHI)