Searched refs:RHSEleType (Results 1 – 1 of 1) sorted by relevance
10953 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local10962 if (!RHSEleType->isIntegerType()) { in checkVectorShift()10972 if (LHSEleType != RHSEleType) { in checkVectorShift()10973 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()10974 LHSEleType = RHSEleType; in checkVectorShift()10992 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()11003 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()