Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h964 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1557 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
1736 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
H A DCore.cpp1678 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1322 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
H A DInstCombineCompares.cpp5211 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp5063 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()