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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h974 static Constant *getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1803 return getSIToFP(C, Ty, OnlyIfReduced);
1964 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1701 return wrap(ConstantExpr::getSIToFP(unwrap<Constant>(ConstantVal),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1558 ConstantExpr::getSIToFP(CI, I.getType()) == CFP &&
H A DInstCombineCompares.cpp5919 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5686 CastedTo = ConstantExpr::getSIToFP(C, SrcTy, true);

Completed in 161 milliseconds