Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h320 int cmpAPFloats(const APFloat &L, const APFloat &R) const;
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp87 int FunctionComparator::cmpAPFloats(const APFloat &L, const APFloat &R) const { in cmpAPFloats() function in FunctionComparator
373 return cmpAPFloats(LAPF, RAPF); in cmpConstants()