Searched refs:RHSBT (Results 1 – 2 of 2) sorted by relevance
6753 const auto *RHSBT = in CheckSizelessVectorConditionalTypes() local6758 if (LHSBT && RHSBT) { in CheckSizelessVectorConditionalTypes()6766 } else if (LHSBT || RHSBT) { in CheckSizelessVectorConditionalTypes()
11299 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift() local11300 if (LHSBT != RHSBT && in checkVectorShift()11301 S.Context.getTypeSize(LHSBT) != S.Context.getTypeSize(RHSBT)) { in checkVectorShift()