Searched refs:getFPToSI (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 964 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5210 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); in lookThroughCast()
|