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