Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6750 const auto *LHSBT = in CheckSizelessVectorConditionalTypes() local
6758 if (LHSBT && RHSBT) { in CheckSizelessVectorConditionalTypes()
6766 } else if (LHSBT || RHSBT) { in CheckSizelessVectorConditionalTypes()
H A DSemaExpr.cpp11298 const BuiltinType *LHSBT = LHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift() local
11300 if (LHSBT != RHSBT && in checkVectorShift()
11301 S.Context.getTypeSize(LHSBT) != S.Context.getTypeSize(RHSBT)) { in checkVectorShift()