Searched refs:cmpAPInts (Results 1 – 2 of 2) sorted by relevance
76 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() function in FunctionComparator88 if (int Res = cmpAPInts(L.getLower(), R.getLower())) in cmpConstantRanges()90 return cmpAPInts(L.getUpper(), R.getUpper()); in cmpConstantRanges()109 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); in cmpAPFloats()384 return cmpAPInts(LInt, RInt); in cmpConstants()827 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
321 LLVM_ABI int cmpAPInts(const APInt &L, const APInt &R) const;