Searched refs:RHSEleType (Results 1 – 1 of 1) sorted by relevance
12232 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local12250 if (!RHSEleType->isIntegerType()) { in checkVectorShift()12260 if (LHSEleType != RHSEleType) { in checkVectorShift()12261 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()12262 LHSEleType = RHSEleType; in checkVectorShift()12320 QualType RHSEleType = RHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local12337 if (!RHSEleType->isIntegerType()) { in checkSizelessVectorShift()12356 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()12358 LHSEleType = RHSEleType; in checkSizelessVectorShift()12377 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()[all …]