Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10839 const VectorType *RHSVecTy = RHSType->getAs<VectorType>(); in checkVectorShift() local
10840 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift()
10856 assert(RHSVecTy); in checkVectorShift()
10864 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
10867 } else if (RHSVecTy) { in checkVectorShift()
10871 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkVectorShift()
/external/clang/lib/Sema/
DSemaExpr.cpp8633 const VectorType *RHSVecTy = RHSType->getAs<VectorType>(); in checkOpenCLVectorShift() local
8634 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkOpenCLVectorShift()
8649 if (RHSVecTy) { in checkOpenCLVectorShift()
8653 if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) { in checkOpenCLVectorShift()