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

  /external/llvm/include/llvm/IR/
Instruction.h 83 unsigned getOpcode() const { return getValueID() - InstructionVal; }
374 return V->getValueID() >= Value::InstructionVal;
Value.h 210 InstructionVal, // This is an instance of Instruction
211 // Enum values starting at InstructionVal are used for Instructions;
222 /// for instructions, the Instruction's opcode is added to InstructionVal. So
224 /// # there is no value with code InstructionVal (no opcode==0).
226 /// # the InstructionVal enumerator must be the highest valued enumerator in
356 return Val.getValueID() >= Value::InstructionVal;
  /external/llvm/lib/IR/
Instruction.cpp 26 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
40 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
  /external/llvm/include/llvm/Support/
PatternMatch.h 382 if (V->getValueID() == Value::InstructionVal + Opcode) {
513 if (V->getValueID() == Value::InstructionVal + Opc1 ||
514 V->getValueID() == Value::InstructionVal + Opc2) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 751 milliseconds