Searched refs:getFPToUI (Results 1 – 6 of 6) sorted by relevance
658 static Constant *getFPToUI (Constant *C, Type *Ty);
1244 case Instruction::FPToUI: return getFPToUI(C, Ty); in getCast()1393 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty) { in getFPToUI() function in ConstantExpr
845 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
655 return llvm::ConstantExpr::getFPToUI(C, destType); in VisitCastExpr()
2692 ? ConstantExpr::getFPToUI(RHSC, IntTy) in FoldFCmp_IntToFP_Cst()
854 See the method [llvm::ConstantExpr::getFPToUI]. *)