Files
swift-mirror/include/swift/SIL/SILUndef.h
Michael Gottesman 92116ba4b8 [sil] Add a small helper API called SILUndef::get(SILValue).
This just creates a new SILUndef with the same type as the SILValue. This just
prevents one from having to write
SILUndef::get(value->getType(), *value->getModule()).
2023-05-02 16:30:38 -07:00

1.7 KiB