Searched refs:BasicBlockVal (Results 1 – 4 of 4) sorted by relevance
188 BasicBlockVal, // This is an instance of BasicBlock enumerator362 return Val.getValueID() == Value::BasicBlockVal;
226 return V->getValueID() == Value::BasicBlockVal;
44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) { in BasicBlock()
54 else if (SubclassID != BasicBlockVal && in Value()