Searched refs:InstructionVal (Results 1 – 5 of 5) sorted by relevance
82 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode()284 return V->getValueID() >= Value::InstructionVal; in classof()
209 InstructionVal, // This is an instance of Instruction enumerator360 return Val.getValueID() >= Value::InstructionVal;
25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { in Instruction()39 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { in Instruction()
301 if (V->getValueID() == Value::InstructionVal + Opcode) { in match()432 if (V->getValueID() == Value::InstructionVal + Opc1 || in match()433 V->getValueID() == Value::InstructionVal + Opc2) { in match()
3613 unsigned Opcode = Op->getValueID() - Value::InstructionVal; in createSCEV()3631 Op->getValueID() == Instruction::Mul + Value::InstructionVal; in createSCEV()