Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4455 bool SanitizeUnsignedBase = in EmitShl() local
4458 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl()
4493 if (SanitizeUnsignedBase || CGF.getLangOpts().CPlusPlus) { in EmitShl()