Searched refs:getFPToSI (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1042 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1970 return getFPToSI(C, Ty, OnlyIfReduced); in getCast() 2160 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
|
| H A D | Core.cpp | 1732 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1601 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
|
| H A D | InstCombineCompares.cpp | 6545 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1228 See the method [llvm::ConstantExpr::getFPToSI]. *)
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6327 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
|