Searched refs:RHSEleType (Results 1 – 1 of 1) sorted by relevance
11251 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local11269 if (!RHSEleType->isIntegerType()) { in checkVectorShift()11279 if (LHSEleType != RHSEleType) { in checkVectorShift()11280 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()11281 LHSEleType = RHSEleType; in checkVectorShift()11299 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()11310 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()11339 QualType RHSEleType = RHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local11356 if (!RHSEleType->isIntegerType()) { in checkSizelessVectorShift()11375 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()[all …]