Lines Matching defs:Opcode
655 unsigned Opcode = LU->getOpcode();659 if (Opcode == Instruction::Add ||660 Opcode == Instruction::Sub ||661 Opcode == Instruction::And ||662 Opcode == Instruction::Or ||663 Opcode == Instruction::Mul) {