Searched refs:getFoldedCast (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | Constants.cpp | 1439 static Constant *getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, in getFoldedCast() function 1575 return getFoldedCast(Instruction::Trunc, C, Ty, OnlyIfReduced); in getTrunc() 1589 return getFoldedCast(Instruction::SExt, C, Ty, OnlyIfReduced); in getSExt() 1603 return getFoldedCast(Instruction::ZExt, C, Ty, OnlyIfReduced); in getZExt() 1615 return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced); in getFPTrunc() 1627 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend() 1638 return getFoldedCast(Instruction::UIToFP, C, Ty, OnlyIfReduced); in getUIToFP() 1649 return getFoldedCast(Instruction::SIToFP, C, Ty, OnlyIfReduced); in getSIToFP() 1660 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 1671 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1611 static Constant *getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, in getFoldedCast() function 1747 return getFoldedCast(Instruction::Trunc, C, Ty, OnlyIfReduced); in getTrunc() 1761 return getFoldedCast(Instruction::SExt, C, Ty, OnlyIfReduced); in getSExt() 1775 return getFoldedCast(Instruction::ZExt, C, Ty, OnlyIfReduced); in getZExt() 1787 return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced); in getFPTrunc() 1799 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend() 1810 return getFoldedCast(Instruction::UIToFP, C, Ty, OnlyIfReduced); in getUIToFP() 1821 return getFoldedCast(Instruction::SIToFP, C, Ty, OnlyIfReduced); in getSIToFP() 1832 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 1843 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI() [all …]
|