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

Declarations

include/llvm/ADT/APInt.h
  896   APInt &operator-=(const APInt &RHS);

References

include/llvm/ADT/APInt.h
 2082   a -= b;
include/llvm/ADT/APSInt.h
  230     static_cast<APInt&>(*this) -= RHS;
lib/Analysis/BasicAliasAnalysis.cpp
  333         Offset -= RHS;
 1399     GEP1BaseOffset -= GEP2BaseOffset;
 1962         Dest[j].Scale -= Scale;
lib/Analysis/ConstantFolding.cpp
  954         Offset -= NewIdx * ElemSize;
  973       Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
lib/IR/ConstantRange.cpp
  737     LowerDiv -= Adjust;
  738     UpperDiv -= Adjust;
lib/IR/Verifier.cpp
 5403       Offset -= PrevOffsetEntryCI->getValue();
 5411   Offset -= LastOffsetEntryCI->getValue();
lib/Support/APInt.cpp
  758       A -= B;
  761       B -= A;
 1177     t[i] -= t[i^1] * q;
 2929       C -= R;
 2949       C -= -RoundUp(-C, R);      // C = C - RoundDown(C, R)
 2960       C -= LowkR;
lib/Transforms/Scalar/Reassociate.cpp
  361       LHS -= CM;
lib/Transforms/Scalar/SROA.cpp
 1490     Offset -= NumSkippedElements * ElementSize;
 1503     Offset -= NumSkippedElements * ElementSize;
 1518   Offset -= APInt(Offset.getBitWidth(), SL->getElementOffset(Index));
 1557   Offset -= NumSkippedElements * ElementSize;