Searched refs:LHSVecTy (Results 1 – 1 of 1) sorted by relevance
11245 const VectorType *LHSVecTy = LHSType->getAs<VectorType>(); in checkVectorShift() local11246 QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType; in checkVectorShift()11254 if ((LHSVecTy && LHSVecTy->isExtVectorBoolType()) || in checkVectorShift()11275 if (!LHSVecTy) { in checkVectorShift()11291 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkVectorShift()11310 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()