Home
last modified time | relevance | path

Searched refs:getFPToSI (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h1010 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2003 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
2182 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
H A DCore.cpp1751 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1588 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
H A DInstCombineCompares.cpp5973 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp6088 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1269 See the method [llvm::ConstantExpr::getFPToSI]. *)