Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
11626 QualType RHSEleType = RHSType->isVLSTBuiltinType() in checkSizelessVectorShift() local
11643 if (!RHSEleType->isIntegerType()) { in checkSizelessVectorShift()
11662 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()
11664 LHSEleType = RHSEleType; in checkSizelessVectorShift()
11683 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()
[all …]