Searched refs:BasicBlockVal (Results 1 – 3 of 3) sorted by relevance
187 BasicBlockVal, // This is an instance of BasicBlock enumerator366 return Val.getValueID() == Value::BasicBlockVal;
218 return V->getValueID() == Value::BasicBlockVal;
44 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(0) { in BasicBlock()