Searched refs:BytesPerWideShadow (Results 1 – 1 of 1) sorted by relevance
2164 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast() local2167 if (BytesPerWideShadow > 4) { in loadShadowFast()2168 assert(BytesPerWideShadow == 8); in loadShadowFast()2196 for (uint64_t ByteOfs = BytesPerWideShadow; ByteOfs < Size; in loadShadowFast()2197 ByteOfs += BytesPerWideShadow) { in loadShadowFast()