Home | History | Annotate | Download | only in IR

Lines Matching defs:UndefValue

1247 class UndefValue final : public ConstantData {
1250 explicit UndefValue(Type *T) : ConstantData(T, UndefValueVal) {}
1255 UndefValue(const UndefValue &) = delete;
1258 static UndefValue *get(Type *T);
1262 UndefValue *getSequentialElement() const;
1266 UndefValue *getStructElement(unsigned Elt) const;
1270 UndefValue *getElementValue(Constant *C) const;
1273 UndefValue *getElementValue(unsigned Idx) const;