Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1586 bool sanitizeSignedBase = cgf.sanOpts.has(SanitizerKind::ShiftBase) && in emitShl() local
1593 bool sanitizeBase = sanitizeSignedBase || sanitizeUnsignedBase; in emitShl()