Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Opcode

3557   unsigned Opcode = Instruction::UserOp1;
3559 Opcode = I->getOpcode();
3568 Opcode = CE->getOpcode();
3579 switch (Opcode) {
3590 unsigned Opcode = Op->getValueID() - Value::InstructionVal;
3591 if (Opcode != Instruction::Add && Opcode != Instruction::Sub)
3595 if (Opcode == Instruction::Sub)