Searched refs:ShadowWidthBits (Results 1 – 1 of 1) sorted by relevance
422 enum { ShadowWidthBits = 8, ShadowWidthBytes = ShadowWidthBits / 8 }; enumerator1153 PrimitiveShadowTy = IntegerType::get(*Ctx, ShadowWidthBits); in initializeModule()1205 Type *DFSanMaybeStoreOriginArgs[4] = {IntegerType::get(*Ctx, ShadowWidthBits), in initializeModule()2173 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast()2217 for (unsigned Width = WideShadowBitWidth / 2; Width >= DFS.ShadowWidthBits; in loadShadowFast()2553 IntegerType::get(*DFS.Ctx, Size * DFS.ShadowWidthBits); in storeZeroPrimitiveShadow()2597 assert(ShadowVecSize * DFS.ShadowWidthBits <= 128 && in storePrimitiveShadowOrigin()