Searched refs:getFPToSI (Results 1 – 6 of 6) sorted by relevance
862 static Constant *getFPToSI (Constant *C, Type *Ty);
1172 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType()); in visitFAdd()
2820 : ConstantExpr::getFPToSI(RHSC, IntTy); in FoldFCmp_IntToFP_Cst()
1455 case Instruction::FPToSI: return getFPToSI(C, Ty); in getCast()1614 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty) { in getFPToSI() function in ConstantExpr
977 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
1007 See the method [llvm::ConstantExpr::getFPToSI]. *)