Home
last modified time | relevance | path

Searched refs:cmpAPFloats (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h324 int cmpAPFloats(const APFloat &L, const APFloat &R) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp74 int FunctionComparator::cmpAPFloats(const APFloat &L, const APFloat &R) const { in cmpAPFloats() function in FunctionComparator
298 return cmpAPFloats(LAPF, RAPF); in cmpConstants()