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

References

lib/IR/Constants.cpp
 1679   return getFoldedCast(Instruction::Trunc, C, Ty, OnlyIfReduced);
 1693   return getFoldedCast(Instruction::SExt, C, Ty, OnlyIfReduced);
 1707   return getFoldedCast(Instruction::ZExt, C, Ty, OnlyIfReduced);
 1719   return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced);
 1731   return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced);
 1742   return getFoldedCast(Instruction::UIToFP, C, Ty, OnlyIfReduced);
 1753   return getFoldedCast(Instruction::SIToFP, C, Ty, OnlyIfReduced);
 1764   return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced);
 1775   return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced);
 1788   return getFoldedCast(Instruction::PtrToInt, C, DstTy, OnlyIfReduced);
 1801   return getFoldedCast(Instruction::IntToPtr, C, DstTy, OnlyIfReduced);
 1813   return getFoldedCast(Instruction::BitCast, C, DstTy, OnlyIfReduced);
 1834   return getFoldedCast(Instruction::AddrSpaceCast, C, DstTy, OnlyIfReduced);