Searched refs:getFoldedCast (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 1958 static Constant *getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, in getFoldedCast() function 2094 return getFoldedCast(Instruction::Trunc, C, Ty, OnlyIfReduced); in getTrunc() 2108 return getFoldedCast(Instruction::SExt, C, Ty, OnlyIfReduced); in getSExt() 2122 return getFoldedCast(Instruction::ZExt, C, Ty, OnlyIfReduced); in getZExt() 2134 return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced); in getFPTrunc() 2146 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend() 2157 return getFoldedCast(Instruction::UIToFP, C, Ty, OnlyIfReduced); in getUIToFP() 2168 return getFoldedCast(Instruction::SIToFP, C, Ty, OnlyIfReduced); in getSIToFP() 2179 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 2190 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI() [all …]
|