Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11251 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local
11269 if (!RHSEleType->isIntegerType()) { in checkVectorShift()
11279 if (LHSEleType != RHSEleType) { in checkVectorShift()
11280 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()
11281 LHSEleType = RHSEleType; in checkVectorShift()
11299 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()
11310 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
11339 QualType RHSEleType = RHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local
11356 if (!RHSEleType->isIntegerType()) { in checkSizelessVectorShift()
11375 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()
[all …]