Home
last modified time | relevance | path

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/
DConstants.h962 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/
DConstants.cpp1652 return getSIToFP(C, Ty, OnlyIfReduced); in getCast()
1813 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSIToFP() function in ConstantExpr
DCore.cpp1692 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/
DInstCombineAddSub.cpp1542 ConstantExpr::getSIToFP(CI, I.getType()) == CFP && in visitFAdd()
DInstCombineCompares.cpp5852 : ConstantExpr::getSIToFP(RHSInt, RHSC->getType()) == RHSC; in foldFCmpIntToFPConst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5204 CastedTo = ConstantExpr::getSIToFP(C, SrcTy, true); in lookThroughCast()