Home
last modified time | relevance | path

Searched refs:BasicBlockVal (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h200 BasicBlockVal, // This is an instance of BasicBlock enumerator
359 return Val.getValueID() == Value::BasicBlockVal;
DBasicBlock.h224 return V->getValueID() == Value::BasicBlockVal;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h262 return V->getValueID() == Value::BasicBlockVal; in classof()
DValue.h750 return Val.getValueID() == Value::BasicBlockVal;
/external/llvm/include/llvm/IR/
DBasicBlock.h261 return V->getValueID() == Value::BasicBlockVal;
DValue.h740 return Val.getValueID() == Value::BasicBlockVal;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) { in BasicBlock()
/external/llvm/lib/IR/
DBasicBlock.cpp43 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
DValue.cpp58 else if (SubclassID != BasicBlockVal && in Value()