Searched refs:LargeStoreSizeInBytes (Results 1 – 1 of 1) sorted by relevance
1636 for (size_t LargeStoreSizeInBytes = ASan.LongSize / 8; in poisonRedZones() local1637 LargeStoreSizeInBytes != 0; LargeStoreSizeInBytes /= 2) { in poisonRedZones()1638 for (; i + LargeStoreSizeInBytes - 1 < n; i += LargeStoreSizeInBytes) { in poisonRedZones()1640 for (size_t j = 0; j < LargeStoreSizeInBytes; j++) { in poisonRedZones()1648 Type *StoreTy = Type::getIntNTy(*C, LargeStoreSizeInBytes * 8); in poisonRedZones()