Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10835 QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType; in checkVectorShift() local
10843 if (!LHSEleType->isIntegerType()) { in checkVectorShift()
10859 if (LHSEleType != RHSEleType) { in checkVectorShift()
10861 LHSEleType = RHSEleType; in checkVectorShift()
10864 S.Context.getExtVectorType(LHSEleType, RHSVecTy->getNumElements()); in checkVectorShift()
10878 const BuiltinType *LHSBT = LHSEleType->getAs<clang::BuiltinType>(); in checkVectorShift()
/external/clang/lib/Sema/
DSemaExpr.cpp8629 QualType LHSEleType = LHSVecTy->getElementType(); in checkOpenCLVectorShift() local
8637 if (!LHSEleType->isIntegerType()) { in checkOpenCLVectorShift()