Searched refs:cmpAPInts (Results 1 – 2 of 2) sorted by relevance
77 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator103 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()181 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()308 return cmpAPInts(LInt, RInt); in cmpConstants()722 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
324 int cmpAPInts(const APInt &L, const APInt &R) const;