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) {
  771       Index /= 8;
  780             Constant::getIntegerValue(IntTy32, APInt(32, i + Index)));
  797       Elt.lshrInPlace(Index);