Searched refs:MemWidthBytes (Results 1 – 1 of 1) sorted by relevance
5850 int64_t MemWidthBytes = static_cast<int64_t>(TS.getKnownMinValue()) / 8; in SelectAddrModeIndexedSVE() local5853 if ((MulImm % MemWidthBytes) != 0) in SelectAddrModeIndexedSVE()5856 int64_t Offset = MulImm / MemWidthBytes; in SelectAddrModeIndexedSVE()