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()153 if (int Res = cmpAPInts(LCR.getLower(), RCR.getLower())) in cmpAttrs()155 if (int Res = cmpAPInts(LCR.getUpper(), RCR.getUpper())) in cmpAttrs()368 return cmpAPInts(LInt, RInt); in cmpConstants()445 if (int Res = cmpAPInts(InRangeL->getLower(), InRangeR->getLower())) in cmpConstants()447 if (int Res = cmpAPInts(InRangeL->getUpper(), InRangeR->getUpper())) in cmpConstants()813 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
319 int cmpAPInts(const APInt &L, const APInt &R) const;