Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1015 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2005 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
2184 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
H A DCore.cpp1751 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1588 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
H A DInstCombineCompares.cpp6082 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6146 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()