Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DValue.h329 BasicBlockVal, // This is an instance of BasicBlock enumerator
648 return Val.getValueID() == Value::BasicBlockVal;
DBasicBlock.h254 return V->getValueID() == Value::BasicBlockVal;
/external/llvm/lib/IR/
DBasicBlock.cpp43 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
DValue.cpp57 else if (SubclassID != BasicBlockVal && in Value()