Home
last modified time | relevance | path

Searched refs:InstructionVal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/
DInstruction.h82 unsigned getOpcode() const { return getValueID() - InstructionVal; } in getOpcode()
284 return V->getValueID() >= Value::InstructionVal; in classof()
DValue.h209 InstructionVal, // This is an instance of Instruction enumerator
360 return Val.getValueID() >= Value::InstructionVal;
/external/llvm/lib/VMCore/
DInstruction.cpp25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { in Instruction()
39 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) { in Instruction()
/external/llvm/include/llvm/Support/
DPatternMatch.h301 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()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3613 unsigned Opcode = Op->getValueID() - Value::InstructionVal; in createSCEV()
3631 Op->getValueID() == Instruction::Mul + Value::InstructionVal; in createSCEV()