Searched refs:OptionalLHSTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp192 auto OptionalLHSTy = getUnwidenedIntegerType(Ctx, BO->getLHS()); local
193 if (!OptionalLHSTy)
200 QualType LHSTy = *OptionalLHSTy;

Completed in 105 milliseconds