Searched refs:getFPToUI (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1066 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 1998 return getFPToUI(C, Ty, OnlyIfReduced); in getCast() 2179 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
|
| H A D | Core.cpp | 1715 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1216 See the method [llvm::ConstantExpr::getFPToUI]. *)
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6516 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 6574 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()
|