Searched refs:getFPToSI (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1010 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 2003 return getFPToSI(C, Ty, OnlyIfReduced); in getCast() 2182 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
|
| H A D | Core.cpp | 1751 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1588 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
|
| H A D | InstCombineCompares.cpp | 5973 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 6088 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1269 See the method [llvm::ConstantExpr::getFPToSI]. *)
|