Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp7888 const VectorType *LHSVecType = LHSType->getAs<VectorType>(); in CheckVectorOperands() local
7890 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
7895 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool && in CheckVectorOperands()
7904 if (LHSVecType && RHSVecType && in CheckVectorOperands()
7906 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
7919 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
7920 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
7921 (Context.getTypeSize(LHSVecType->getElementType()) == in CheckVectorOperands()
7923 if (LHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
7924 LHSVecType->getElementType()->isIntegerType() && in CheckVectorOperands()
[all …]