Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11537 const VectorType *RHSVecTy = RHSType->getAs<VectorType>(); in checkVectorShift() local
11538 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift()
11542 (RHSVecTy && RHSVecTy->isExtVectorBoolType())) { in checkVectorShift()
11563 assert(RHSVecTy); in checkVectorShift()
11571 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
11574 } else if (RHSVecTy) { in checkVectorShift()
11578 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkVectorShift()