Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1182 static const unsigned FastMasks[] = { in retagMask() local
1186 return FastMasks[AllocaNo % std::size(FastMasks)]; in retagMask()