Searched refs:RHSVecTy (Results 1 – 2 of 2) sorted by relevance
10839 const VectorType *RHSVecTy = RHSType->getAs<VectorType>(); in checkVectorShift() local10840 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift()10856 assert(RHSVecTy); in checkVectorShift()10864 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()10867 } else if (RHSVecTy) { in checkVectorShift()10871 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkVectorShift()
8633 const VectorType *RHSVecTy = RHSType->getAs<VectorType>(); in checkOpenCLVectorShift() local8634 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkOpenCLVectorShift()8649 if (RHSVecTy) { in checkOpenCLVectorShift()8653 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkOpenCLVectorShift()