Home
last modified time | relevance | path

Searched refs:getFPToUI (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstants.h963 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp1555 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()
1725 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
H A DCore.cpp1673 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp5060 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5210 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()