Home
last modified time | relevance | path

Searched refs:getFPToUI (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h963 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1654 return getFPToUI(C, Ty, OnlyIfReduced); in getCast()
1824 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI() function in ConstantExpr
DCore.cpp1697 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal), in LLVMConstFPToUI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5207 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5847 ? ConstantExpr::getFPToUI(RHSC, IntTy) in foldFCmpIntToFPConst()