Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4760 bool SanitizeUnsignedBase = in EmitShl() local
4763 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl()
4773 if (SanitizeUnsignedBase) in EmitShl()
4807 if (SanitizeUnsignedBase || CGF.getLangOpts().CPlusPlus) { in EmitShl()