Lines Matching defs:Opcode
1214 unsigned Opcode = LU->getOpcode();1218 if (Opcode == Instruction::Add ||1219 Opcode == Instruction::Sub ||1220 Opcode == Instruction::And ||1221 Opcode == Instruction::Or ||1222 Opcode == Instruction::Mul) {