reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
323 int cmpAPInts(const APInt &L, const APInt &R) const;
90 return cmpAPInts(L.bitcastToAPInt(), R.bitcastToAPInt()); 163 if (int Res = cmpAPInts(LLow->getValue(), RLow->getValue())) 293 return cmpAPInts(LInt, RInt); 677 return cmpAPInts(OffsetL, OffsetR);unittests/Transforms/Utils/FunctionComparatorTest.cpp
101 cmpAPInts(APInt(32, 2), APInt(32, 3)) +