Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10953 QualType RHSEleType = RHSVecTy ? RHSVecTy->getElementType() : RHSType; in checkVectorShift() local
10962 if (!RHSEleType->isIntegerType()) { in checkVectorShift()
10972 if (LHSEleType != RHSEleType) { in checkVectorShift()
10973 LHS = S.ImpCastExprToType(LHS.get(),RHSEleType, CK_IntegralCast); in checkVectorShift()
10974 LHSEleType = RHSEleType; in checkVectorShift()
10992 const BuiltinType *RHSBT = RHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()
11003 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkVectorShift()