Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp69 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator
95 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()
173 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()
300 return cmpAPInts(LInt, RInt); in cmpConstants()
707 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h323 int cmpAPInts(const APInt &L, const APInt &R) const;