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

Declarations

include/llvm/ADT/APInt.h
  889   APInt &operator+=(uint64_t RHS);

References

include/llvm/ADT/APInt.h
 2072   a += RHS;
 2077   b += LHS;
 2099   b += LHS;
include/llvm/Analysis/TargetTransformInfoImpl.h
  765         BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
lib/Analysis/BasicAliasAnalysis.cpp
  549         Decomposed.StructOffset +=
lib/Analysis/ScalarEvolution.cpp
 5812   NewUpper += 1;
lib/CodeGen/InterleavedLoadCombinePass.cpp
  564     Result.A += C;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 3562       ShiftVal += Tmp;
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 2877     I1 += 1;
 2881     I1 += 1;
lib/Support/APInt.cpp
 2136     *this += digit;
 3025   X += 1;
lib/Target/X86/X86ISelLowering.cpp
31724     ShiftVal += Tmp;
tools/clang/lib/AST/ExprConstant.cpp
  471         (llvm::APInt&)N += ArrayIndex;
tools/clang/lib/Lex/LiteralSupport.cpp
 1138     Val += C;