Searched refs:cmpAPInts (Results 1 – 1 of 1) sorted by relevance
405 int cmpAPInts(const APInt &L, const APInt &R) const;487 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator511 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()569 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) in cmpRangeMetadata()700 return cmpAPInts(LInt, RInt); in cmpConstants()1085 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()