Searched refs:getFPToUI (Results 1 – 5 of 5) sorted by relevance
894 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
1591 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()1762 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
1205 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
3858 ? ConstantExpr::getFPToUI(RHSC, IntTy) in FoldFCmp_IntToFP_Cst()
1140 See the method [llvm::ConstantExpr::getFPToUI]. *)