Searched refs:RHSVecTy (Results 1 – 1 of 1) sorted by relevance
11537 const VectorType *RHSVecTy = RHSType->getAs<VectorType>(); in checkVectorShift() local11538 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()