Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp209 auto OptionalRHSTy = getUnwidenedIntegerType(Ctx, BO->getRHS()); in CanElideOverflowCheck() local
210 if (!OptionalRHSTy) in CanElideOverflowCheck()
214 QualType RHSTy = *OptionalRHSTy; in CanElideOverflowCheck()