Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstants.h910 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h964 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/lib/IR/
DConstants.cpp1484 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
1663 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
DCore.cpp1313 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1342 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType()); in visitFAdd()
DInstCombineCompares.cpp4462 : ConstantExpr::getFPToSI(RHSC, IntTy); in FoldFCmp_IntToFP_Cst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1656 return getFPToSI(C, Ty, OnlyIfReduced); in getCast()
1835 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
DCore.cpp1702 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1540 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
DInstCombineCompares.cpp5848 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
/external/llvm/lib/Analysis/
DValueTracking.cpp3885 CastedTo = ConstantExpr::getFPToSI(C, CI->getSrcTy(), true); in lookThroughCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5210 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1175 See the method [llvm::ConstantExpr::getFPToSI]. *)