Searched refs:LHSEleType (Results 1 – 1 of 1) sorted by relevance
11533 QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType; in checkVectorShift() local11550 if (!LHSEleType->isIntegerType()) { in checkVectorShift()11566 if (LHSEleType != RHSEleType) { in checkVectorShift()11568 LHSEleType = RHSEleType; in checkVectorShift()11571 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()11585 const BuiltinType *LHSBT = LHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()11619 QualType LHSEleType = LHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local11637 if (!LHSEleType->isIntegerType()) { in checkSizelessVectorShift()11662 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()11664 LHSEleType = RHSEleType; in checkSizelessVectorShift()[all …]