Searched refs:getFoldedCast (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1214 static inline Constant *getFoldedCast( in getFoldedCast() function 1319 return getFoldedCast(Instruction::Trunc, C, Ty); in getTrunc() 1333 return getFoldedCast(Instruction::SExt, C, Ty); in getSExt() 1347 return getFoldedCast(Instruction::ZExt, C, Ty); in getZExt() 1359 return getFoldedCast(Instruction::FPTrunc, C, Ty); in getFPTrunc() 1371 return getFoldedCast(Instruction::FPExt, C, Ty); in getFPExtend() 1382 return getFoldedCast(Instruction::UIToFP, C, Ty); in getUIToFP() 1393 return getFoldedCast(Instruction::SIToFP, C, Ty); in getSIToFP() 1404 return getFoldedCast(Instruction::FPToUI, C, Ty); in getFPToUI() 1415 return getFoldedCast(Instruction::FPToSI, C, Ty); in getFPToSI() [all …]
|
/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 …]
|