Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10840 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local
10849 if (!RHSEleType->isIntegerType()) { in checkVectorShift()
10859 if (LHSEleType != RHSEleType) { in checkVectorShift()
10860 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()
10861 LHSEleType = RHSEleType; in checkVectorShift()
10879 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()
10890 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()
/external/clang/lib/Sema/
DSemaExpr.cpp8634 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkOpenCLVectorShift() local
8643 if (!RHSEleType->isIntegerType()) { in checkOpenCLVectorShift()
8662 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkOpenCLVectorShift()