Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DValue.h188 BasicBlockVal, // This is an instance of BasicBlock enumerator
362 return Val.getValueID() == Value::BasicBlockVal;
DBasicBlock.h226 return V->getValueID() == Value::BasicBlockVal;
/external/llvm/lib/IR/
DBasicBlock.cpp44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) { in BasicBlock()
DValue.cpp54 else if (SubclassID != BasicBlockVal && in Value()