Searched refs:getFPToSI (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Constants.h | 964 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Constants.cpp | 1557 return getFPToSI(C, Ty, OnlyIfReduced); in getCast() 1736 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
|
| H A D | Core.cpp | 1678 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1322 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
|
| H A D | InstCombineCompares.cpp | 5211 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 5063 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
|