Searched refs:RHSEleType (Results 1 – 1 of 1) sorted by relevance
11538 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local11556 if (!RHSEleType->isIntegerType()) { in checkVectorShift()11566 if (LHSEleType != RHSEleType) { in checkVectorShift()11567 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()11568 LHSEleType = RHSEleType; in checkVectorShift()11626 QualType RHSEleType = RHSType->isVLSTBuiltinType() in checkSizelessVectorShift() local11643 if (!RHSEleType->isIntegerType()) { in checkSizelessVectorShift()11662 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()11664 LHSEleType = RHSEleType; in checkSizelessVectorShift()11683 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()[all …]