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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  757     unsigned End = Index + Length;
  768     if ((Length % 8) == 0 && (Index % 8) == 0) {
  770       Length /= 8;
  778       for (int i = 0; i != (int)Length; ++i)
  781       for (int i = Length; i != 8; ++i)
  798       Elt = Elt.zextOrTrunc(Length);