Searched refs:RHSEleType (Results 1 – 1 of 1) sorted by relevance
11042 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local11051 if (!RHSEleType->isIntegerType()) { in checkVectorShift()11061 if (LHSEleType != RHSEleType) { in checkVectorShift()11062 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()11063 LHSEleType = RHSEleType; in checkVectorShift()11081 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()11092 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()