Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1019 static unsigned FastMasks[] = {0, 128, 64, 192, 32, 96, 224, 112, 240, in retagMask() local
1023 return FastMasks[AllocaNo % (sizeof(FastMasks) / sizeof(FastMasks[0]))]; in retagMask()