Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3937 bool SanitizeExponent = CGF.SanOpts.has(SanitizerKind::ShiftExponent); in EmitShl() local
3941 else if ((SanitizeBase || SanitizeExponent) && in EmitShl()
3948 if (SanitizeExponent) { in EmitShl()