Searched refs:getFPToSI (Results 1 – 6 of 6) sorted by relevance
895 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
1374 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType()); in visitFAdd()
3859 : ConstantExpr::getFPToSI(RHSC, IntTy); in FoldFCmp_IntToFP_Cst()
1593 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()1773 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
1210 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
1145 See the method [llvm::ConstantExpr::getFPToSI]. *)