Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h325 int cmpAPFloats(const APFloat &L, const APFloat &R) const;
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp102 cmpAPFloats(APFloat(2.0), APFloat(3.0)) + in testCmpPrimitives()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp87 int FunctionComparator::cmpAPFloats(const APFloat &L, const APFloat &R) const { in cmpAPFloats() function in FunctionComparator
313 return cmpAPFloats(LAPF, RAPF); in cmpConstants()