Searched refs:getFPToUI (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1014 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 2003 return getFPToUI(C, Ty, OnlyIfReduced); in getCast() 2173 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
|
| H A D | Core.cpp | 1746 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 6081 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6143 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
|