Searched refs:getSIToFP (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 | 962 static Constant *getSIToFP(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 | 1652 return getSIToFP(C, Ty, OnlyIfReduced); in getCast() 1813 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSIToFP() function in ConstantExpr
|
D | Core.cpp | 1692 return wrap(ConstantExpr::getSIToFP(unwrap<Constant>(ConstantVal), in LLVMConstSIToFP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1542 ConstantExpr::getSIToFP(CI, I.getType()) == CFP && in visitFAdd()
|
D | InstCombineCompares.cpp | 5852 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC; in foldFCmpIntToFPConst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5204 CastedTo = ConstantExpr::getSIToFP(C, SrcTy, true); in lookThroughCast()
|