Searched defs:InstructionVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/
H A DValue.h209 InstructionVal, // This is an instance of Instruction enumerator in enum:llvm::Value::ValueTy
210 // Enum values starting at InstructionVal are used for Instructions;
221 /// for instructions, the Instruction's opcode is added to InstructionVal. So
223 /// # there is no value with code InstructionVal (no opcode==0).
225 /// # the InstructionVal enumerator must be the highest valued enumerator in
360 return Val.getValueID() >= Value::InstructionVal;

Completed in 61 milliseconds