Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp10078 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift() local
10079 if (LHSBT != RHSBT && in checkVectorShift()
10080 S.Context.getTypeSize(LHSBT) != S.Context.getTypeSize(RHSBT)) { in checkVectorShift()