Searched refs:BasicBlockVal (Results 1 – 4 of 4) sorted by relevance
329 BasicBlockVal, // This is an instance of BasicBlock enumerator648 return Val.getValueID() == Value::BasicBlockVal;
254 return V->getValueID() == Value::BasicBlockVal;
43 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) { in BasicBlock()
57 else if (SubclassID != BasicBlockVal && in Value()