Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11798 const VectorType *RHSVecTy = RHSType->getAs<VectorType>(); in checkVectorShift() local
11799 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift()
11803 (RHSVecTy && RHSVecTy->isExtVectorBoolType())) { in checkVectorShift()
11824 assert(RHSVecTy); in checkVectorShift()
11832 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
11835 } else if (RHSVecTy) { in checkVectorShift()
11839 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkVectorShift()