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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstruction.h82 unsigned getOpcode() const { return getValueID() - InstructionVal; }
304 return V->getValueID() >= Value::InstructionVal;
H A DValue.h220 InstructionVal, // This is an instance of Instruction enumerator in enum:llvm::Value::ValueTy
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/include/llvm/IR/
H A DInstruction.h102 unsigned getOpcode() const { return getValueID() - InstructionVal; }
468 return V->getValueID() >= Value::InstructionVal;
H A DPatternMatch.h422 if (V->getValueID() == Value::InstructionVal + Opcode) {
643 if (V->getValueID() == Value::InstructionVal + Opc1 ||
644 V->getValueID() == Value::InstructionVal + Opc2) {
H A DValue.h419 /// InstructionVal. So this means three things:
420 /// # there is no value with code InstructionVal (no opcode==0).
422 /// # the InstructionVal enumerator must be the highest valued enumerator in
734 return Val.getValueID() >= Value::InstructionVal;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h111 unsigned getOpcode() const { return getValueID() - InstructionVal; }
510 return V->getValueID() >= Value::InstructionVal;
H A DValue.h428 /// InstructionVal. So this means three things:
429 /// # there is no value with code InstructionVal (no opcode==0).
431 /// # the InstructionVal enumerator must be the highest valued enumerator in
744 return Val.getValueID() >= Value::InstructionVal;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
39 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(0) {
/external/llvm/lib/IR/
H A DInstruction.cpp25 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
37 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h279 if (V->getValueID() == Value::InstructionVal + Opcode) {
410 if (V->getValueID() == Value::InstructionVal + Opc1 ||
411 V->getValueID() == Value::InstructionVal + Opc2) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp3590 unsigned Opcode = Op->getValueID() - Value::InstructionVal;
3614 Op->getValueID() == Instruction::Mul + Value::InstructionVal;

Completed in 1029 milliseconds