Home
last modified time | relevance | path

Searched refs:RHSEleType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp11042 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local
11051 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()