Home
last modified time | relevance | path

Searched refs:getFPToSI (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h1042 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp1970 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
2160 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
H A DCore.cpp1732 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1601 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
H A DInstCombineCompares.cpp6545 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1228 See the method [llvm::ConstantExpr::getFPToSI]. *)
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp6327 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()