Searched refs:LHSEleType (Results 1 – 1 of 1) sorted by relevance
11246 QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType; in checkVectorShift() local11263 if (!LHSEleType->isIntegerType()) { in checkVectorShift()11279 if (LHSEleType != RHSEleType) { in checkVectorShift()11281 LHSEleType = RHSEleType; in checkVectorShift()11284 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()11298 const BuiltinType *LHSBT = LHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()11332 QualType LHSEleType = LHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local11350 if (!LHSEleType->isIntegerType()) { in checkSizelessVectorShift()11375 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()11377 LHSEleType = RHSEleType; in checkSizelessVectorShift()[all …]