Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3933 bool SanitizeUnsignedBase = in EmitShl() local
3936 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl()
3969 if (SanitizeUnsignedBase || CGF.getLangOpts().CPlusPlus) { in EmitShl()