Home
last modified time | relevance | path

Searched refs:SanitizeExponent (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4158 bool SanitizeExponent = CGF.SanOpts.has(SanitizerKind::ShiftExponent); in EmitShl() local
4162 else if ((SanitizeBase || SanitizeExponent) && in EmitShl()
4169 if (SanitizeExponent) { in EmitShl()