Searched refs:ShadowWidthBits (Results 1 – 1 of 1) sorted by relevance
396 enum { ShadowWidthBits = 8, ShadowWidthBytes = ShadowWidthBits / 8 }; enumerator1032 PrimitiveShadowTy = IntegerType::get(*Ctx, ShadowWidthBits); in initializeModule()1074 Type *DFSanMaybeStoreOriginArgs[4] = {IntegerType::get(*Ctx, ShadowWidthBits), in initializeModule()1314 ConstantInt::get(IntTy, ShadowWidthBits), "__dfsan_shadow_width_bits"); in injectMetadataGlobals()1735 IntegerType *ShadowTy = IntegerType::get(*Ctx, ShadowWidthBits); in getShadowOriginAddress()1982 const uint64_t BytesPerWideShadow = WideShadowBitWidth / DFS.ShadowWidthBits; in loadShadowFast()2026 for (unsigned Width = WideShadowBitWidth / 2; Width >= DFS.ShadowWidthBits; in loadShadowFast()2355 IntegerType::get(*DFS.Ctx, Size * DFS.ShadowWidthBits); in storeZeroPrimitiveShadow()2401 assert(ShadowVecSize * DFS.ShadowWidthBits <= 128 && in storePrimitiveShadowOrigin()