Searched refs:getSIToFP (Results 1 – 5 of 5) sorted by relevance
925 static Constant *getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
1614 return getSIToFP(C, Ty, OnlyIfReduced); in getCast()1776 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSIToFP() function in ConstantExpr
1211 return wrap(ConstantExpr::getSIToFP(unwrap<Constant>(ConstantVal), in LLVMConstSIToFP()
1364 ConstantExpr::getSIToFP(CI, I.getType()) == CFP && in visitFAdd()
3847 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC; in FoldFCmp_IntToFP_Cst()