Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3873 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl() local
3878 else if ((SanitizeBase || SanitizeExponent) && in EmitShl()
3890 if (SanitizeBase) { in EmitShl()