Searched refs:cmpAPInts (Results 1 – 2 of 2) sorted by relevance
66 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator90 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()163 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()293 return cmpAPInts(LInt, RInt); in cmpConstants()677 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
323 int cmpAPInts(const APInt &L, const APInt &R) const;