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 86 unsigned getOpcode() const { return getValueID() - InstructionVal; }
392 return V->getValueID() >= Value::InstructionVal;
Value.h 328 InstructionVal, // This is an instance of Instruction
329 // Enum values starting at InstructionVal are used for Instructions;
340 /// for instructions, the Instruction's opcode is added to InstructionVal. So
342 /// # there is no value with code InstructionVal (no opcode==0).
344 /// # the InstructionVal enumerator must be the highest valued enumerator in
500 return Val.getValueID() >= Value::InstructionVal;
PatternMatch.h 382 if (V->getValueID() == Value::InstructionVal + Opcode) {
603 if (V->getValueID() == Value::InstructionVal + Opc1 ||
604 V->getValueID() == Value::InstructionVal + Opc2) {
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 26 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
44 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 126 milliseconds