Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DValue.h187 BasicBlockVal, // This is an instance of BasicBlock enumerator
366 return Val.getValueID() == Value::BasicBlockVal;
DBasicBlock.h218 return V->getValueID() == Value::BasicBlockVal;
/external/llvm/lib/VMCore/
DBasicBlock.cpp44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) { in BasicBlock()