Searched refs:UndefValueVal (Results 1 – 3 of 3) sorted by relevance
1194 explicit UndefValue(Type *T) : Constant(T, UndefValueVal, nullptr, 0) {}1229 return V->getValueID() == UndefValueVal;
333 UndefValueVal, // This is an instance of UndefValue enumerator
535 case Value::UndefValueVal: return TypesRes; in cmpConstants()