Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12232 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local
12250 if (!RHSEleType->isIntegerType()) { in checkVectorShift()
12260 if (LHSEleType != RHSEleType) { in checkVectorShift()
12261 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()
12262 LHSEleType = RHSEleType; in checkVectorShift()
12320 QualType RHSEleType = RHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local
12337 if (!RHSEleType->isIntegerType()) { in checkSizelessVectorShift()
12356 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()
12358 LHSEleType = RHSEleType; in checkSizelessVectorShift()
12377 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()
[all …]