Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp4107 bool SanitizeBase = SanitizeSignedBase || SanitizeUnsignedBase; in EmitShl() local
4112 else if ((SanitizeBase || SanitizeExponent) && in EmitShl()
4124 if (SanitizeBase) { in EmitShl()