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

References

lib/Transforms/InstCombine/InstCombineCalls.cpp
  837   unsigned End = Index + Length;
  848   if ((Length % 8) == 0 && (Index % 8) == 0) {
  851     Index /= 8;
  858     for (int i = 0; i != (int)Index; ++i)
  863     for (int i = Index + Length; i != 8; ++i)
  888     APInt Mask = APInt::getLowBitsSet(64, Length).shl(Index);
  890     V10 = V10.zextOrTrunc(Length).zextOrTrunc(64).shl(Index);
  903     Constant *CIIndex = ConstantInt::get(IntTy8, Index, false);