Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11533 QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType; in checkVectorShift() local
11550 if (!LHSEleType->isIntegerType()) { in checkVectorShift()
11566 if (LHSEleType != RHSEleType) { in checkVectorShift()
11568 LHSEleType = RHSEleType; in checkVectorShift()
11571 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
11585 const BuiltinType *LHSBT = LHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()
11619 QualType LHSEleType = LHSType->isSveVLSBuiltinType() in checkSizelessVectorShift() local
11637 if (!LHSEleType->isIntegerType()) { in checkSizelessVectorShift()
11662 if (LHSEleType != RHSEleType) { in checkSizelessVectorShift()
11664 LHSEleType = RHSEleType; in checkSizelessVectorShift()
[all …]