Searched refs:getFPToSI (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constants.h | 910 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 964 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1484 return getFPToSI(C, Ty, OnlyIfReduced); in getCast() 1663 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
|
D | Core.cpp | 1313 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1342 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType()); in visitFAdd()
|
D | InstCombineCompares.cpp | 4462 : ConstantExpr::getFPToSI(RHSC, IntTy); in FoldFCmp_IntToFP_Cst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1656 return getFPToSI(C, Ty, OnlyIfReduced); in getCast() 1835 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI() function in ConstantExpr
|
D | Core.cpp | 1702 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal), in LLVMConstFPToSI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1540 ConstantExpr::getFPToSI(CFP, LHSIntVal->getType()); in visitFAdd()
|
D | InstCombineCompares.cpp | 5848 : ConstantExpr::getFPToSI(RHSC, IntTy); in foldFCmpIntToFPConst()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3885 CastedTo = ConstantExpr::getFPToSI(C, CI->getSrcTy(), true); in lookThroughCast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5210 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1175 See the method [llvm::ConstantExpr::getFPToSI]. *)
|