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

References

lib/Transforms/Utils/LowerMemIntrinsics.cpp
   91   uint64_t RemainingBytes = CopyLen->getZExtValue() - BytesCopied;
  107       uint64_t GepIndex = BytesCopied / OperandSize;
  108       assert(GepIndex * OperandSize == BytesCopied &&
  128       BytesCopied += OperandSize;
  131   assert(BytesCopied == CopyLen->getZExtValue() &&