Searched refs:LHSEleType (Results 1 – 2 of 2) sorted by relevance
10835 QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType; in checkVectorShift() local10843 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()
8629 QualType LHSEleType = LHSVecTy->getElementType(); in checkOpenCLVectorShift() local8637 if (!LHSEleType->isIntegerType()) { in checkOpenCLVectorShift()