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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h976 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1807 return getFPToSI(C, Ty, OnlyIfReduced);
1986 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1711 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1556 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType());
H A DInstCombineCompares.cpp5915 : ConstantExpr::getFPToSI(RHSC, IntTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5692 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true);

Completed in 274 milliseconds