Home | History | Annotate | Download | only in IR

Lines Matching defs:UndefValue

1249 class UndefValue final : public ConstantData {
1252 explicit UndefValue(Type *T) : ConstantData(T, UndefValueVal) {}
1257 UndefValue(const UndefValue &) = delete;
1260 static UndefValue *get(Type *T);
1264 UndefValue *getSequentialElement() const;
1268 UndefValue *getStructElement(unsigned Elt) const;
1272 UndefValue *getElementValue(Constant *C) const;
1275 UndefValue *getElementValue(unsigned Idx) const;