reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/FunctionComparator.h
  323   int cmpAPInts(const APInt &L, const APInt &R) const;

References

lib/Transforms/Utils/FunctionComparator.cpp
   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)) +