Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h1066 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1998 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()
2179 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
H A DCore.cpp1715 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1216 See the method [llvm::ConstantExpr::getFPToUI]. *)
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp6516 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6574 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()