Searched refs:ShadowSize (Results 1 – 2 of 2) sorted by relevance
1005 size_t ShadowSize = Size >> Mapping.Scale; in tagAlloca() local1013 if (ShadowSize) in tagAlloca()1014 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align(1)); in tagAlloca()1018 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
916 uint64_t ShadowSize = Size * ShadowWidthBytes; in hasLoadSizeForFastPath() local917 return ShadowSize % 8 == 0 || ShadowSize == 4; in hasLoadSizeForFastPath()2136 const uint64_t ShadowSize = Size * DFS.ShadowWidthBytes; in loadShadowFast() local2156 ShadowSize == 4 ? Type::getInt32Ty(*DFS.Ctx) : Type::getInt64Ty(*DFS.Ctx); in loadShadowFast()