Searched refs:getFoldedCast (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 1955 static Constant *getFoldedCast(Instruction::CastOps opc, Constant *C, Type *Ty, in getFoldedCast() function 2102 return getFoldedCast(Instruction::Trunc, C, Ty, OnlyIfReduced); in getTrunc() 2116 return getFoldedCast(Instruction::SExt, C, Ty, OnlyIfReduced); in getSExt() 2130 return getFoldedCast(Instruction::ZExt, C, Ty, OnlyIfReduced); in getZExt() 2142 return getFoldedCast(Instruction::FPTrunc, C, Ty, OnlyIfReduced); in getFPTrunc() 2154 return getFoldedCast(Instruction::FPExt, C, Ty, OnlyIfReduced); in getFPExtend() 2165 return getFoldedCast(Instruction::UIToFP, C, Ty, OnlyIfReduced); in getUIToFP() 2176 return getFoldedCast(Instruction::SIToFP, C, Ty, OnlyIfReduced); in getSIToFP() 2187 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI() 2198 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI() [all …]
|