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.cpp11538 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local
11556 if (!RHSEleType->isIntegerType()) { in checkVectorShift()
11566 if (LHSEleType != RHSEleType) { in checkVectorShift()
11567 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()
11568 LHSEleType = RHSEleType; in checkVectorShift()
11586 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()
11597 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
11626 QualType RHSEleType = RHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local
11643 if (!RHSEleType->isIntegerType()) { in checkSizelessVectorShift()
11662 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()
[all …]