reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Constants.cpp
 1572     return getTrunc(C, Ty, OnlyIfReduced);
 1574     return getZExt(C, Ty, OnlyIfReduced);
 1576     return getSExt(C, Ty, OnlyIfReduced);
 1578     return getFPTrunc(C, Ty, OnlyIfReduced);
 1580     return getFPExtend(C, Ty, OnlyIfReduced);
 1582     return getUIToFP(C, Ty, OnlyIfReduced);
 1584     return getSIToFP(C, Ty, OnlyIfReduced);
 1586     return getFPToUI(C, Ty, OnlyIfReduced);
 1588     return getFPToSI(C, Ty, OnlyIfReduced);
 1590     return getPtrToInt(C, Ty, OnlyIfReduced);
 1592     return getIntToPtr(C, Ty, OnlyIfReduced);
 1594     return getBitCast(C, Ty, OnlyIfReduced);
 1596     return getAddrSpaceCast(C, Ty, OnlyIfReduced);