reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
692 return (EltOffset0 + CI.Width0 == EltOffset1 || 693 EltOffset1 + CI.Width1 == EltOffset0) && 700 if ((EltOffset0 % 64 == 0) && (EltOffset1 % 64) == 0 && 701 isUInt<8>(EltOffset0 / 64) && isUInt<8>(EltOffset1 / 64)) { 703 CI.Offset1 = EltOffset1 / 64; 709 if (isUInt<8>(EltOffset0) && isUInt<8>(EltOffset1)) { 711 CI.Offset1 = EltOffset1; 716 unsigned OffsetDiff = std::abs((int)EltOffset1 - (int)EltOffset0); 721 CI.Offset1 = (EltOffset1 - CI.BaseOff / CI.EltSize) / 64; 728 CI.Offset1 = EltOffset1 - CI.BaseOff / CI.EltSize;