Searched refs:LHSVecTy (Results 1 – 1 of 1) sorted by relevance
11532 const VectorType *LHSVecTy = LHSType->getAs<VectorType>(); in checkVectorShift() local11533 QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType; in checkVectorShift()11541 if ((LHSVecTy && LHSVecTy->isExtVectorBoolType()) || in checkVectorShift()11562 if (!LHSVecTy) { in checkVectorShift()11578 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkVectorShift()11597 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()