Searched refs:RHSEleType (Results 1 – 2 of 2) sorted by relevance
10840 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local10849 if (!RHSEleType->isIntegerType()) { in checkVectorShift()10859 if (LHSEleType != RHSEleType) { in checkVectorShift()10860 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()10861 LHSEleType = RHSEleType; in checkVectorShift()10879 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()10890 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
8634 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkOpenCLVectorShift() local8643 if (!RHSEleType->isIntegerType()) { in checkOpenCLVectorShift()8662 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkOpenCLVectorShift()