Home
last modified time | relevance | path

Searched refs:SPF_FMINNUM (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h581 SPF_FMINNUM, /// Floating point minnum enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4703 return {SPF_FMINNUM, SPNB_RETURNS_ANY, false}; in matchFastFloatClamp()
5054 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered}; in matchSelectPattern()
5291 if (SPF == SPF_FMINNUM) in getMinMaxPred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3330 case SPF_FMINNUM: in visitSelect()