Home | History | Annotate | Download | only in IR

Lines Matching defs:UndefValue

1258 class UndefValue final : public ConstantData {
1261 explicit UndefValue(Type *T) : ConstantData(T, UndefValueVal) {}
1266 UndefValue(const UndefValue &) = delete;
1269 static UndefValue *get(Type *T);
1273 UndefValue *getSequentialElement() const;
1277 UndefValue *getStructElement(unsigned Elt) const;
1281 UndefValue *getElementValue(Constant *C) const;
1284 UndefValue *getElementValue(unsigned Idx) const;