Searched refs:cmpAPInts (Results 1 – 3 of 3) 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()713 return cmpAPInts(OffsetL, OffsetR); in cmpGEPs()
324 int cmpAPInts(const APInt &L, const APInt &R) const;
101 cmpAPInts(APInt(32, 2), APInt(32, 3)) + in testCmpPrimitives()