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