Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1009 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2001 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()
2171 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
H A DCore.cpp1746 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6085 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5972 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1264 See the method [llvm::ConstantExpr::getFPToUI]. *)