Home
last modified time | relevance | path

Searched refs:LargeStoreSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1931 for (size_t LargeStoreSizeInBytes = ASan.LongSize / 8; in poisonRedZones() local
1932 LargeStoreSizeInBytes != 0; LargeStoreSizeInBytes /= 2) { in poisonRedZones()
1933 for (; i + LargeStoreSizeInBytes - 1 < n; i += LargeStoreSizeInBytes) { in poisonRedZones()
1935 for (size_t j = 0; j < LargeStoreSizeInBytes; j++) { in poisonRedZones()
1943 Type *StoreTy = Type::getIntNTy(*C, LargeStoreSizeInBytes * 8); in poisonRedZones()