Searched refs:getUIToFP (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h973 static Constant *getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1801 return getUIToFP(C, Ty, OnlyIfReduced);
1953 Constant *ConstantExpr::getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1696 return wrap(ConstantExpr::getUIToFP(unwrap<Constant>(ConstantVal),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5918 ? ConstantExpr::getUIToFP(RHSInt, RHSC->getType()) == RHSC
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5683 CastedTo = ConstantExpr::getUIToFP(C, SrcTy, true);

Completed in 286 milliseconds