HomeSort by relevance Sort by last modified time
    Searched refs:InstructionVal (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
Instruction.h 82 unsigned getOpcode() const { return getValueID() - InstructionVal; }
304 return V->getValueID() >= Value::InstructionVal;
Value.h 220 InstructionVal, // This is an instance of Instruction
221 // Enum values starting at InstructionVal are used for Instructions;
232 /// for instructions, the Instruction's opcode is added to InstructionVal. So
234 /// # there is no value with code InstructionVal (no opcode==0).
236 /// # the InstructionVal enumerator must be the highest valued enumerator in
353 return Val.getValueID() >= Value::InstructionVal;
  /external/llvm/lib/VMCore/
Instruction.cpp 25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
39 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
  /external/llvm/include/llvm/Support/
PatternMatch.h 279 if (V->getValueID() == Value::InstructionVal + Opcode) {
410 if (V->getValueID() == Value::InstructionVal + Opc1 ||
411 V->getValueID() == Value::InstructionVal + Opc2) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 736 milliseconds