Lines Matching defs:OffsetInBytes
25557 /// Check if the value of \p OffsetInBytes can be used as an immediate for25564 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes,25567 if (OffsetInBytes % ScalarSizeInBytes)25571 if (OffsetInBytes / ScalarSizeInBytes > 31)