Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp7889 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local
7890 assert(LHSVecType || RHSVecType); in CheckVectorOperands()
7896 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()
7904 if (LHSVecType && RHSVecType && in CheckVectorOperands()
7919 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()
7920 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()
7922 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()
7925 RHSVecType->getVectorKind() == VectorType::AltiVecBool) { in CheckVectorOperands()
7931 RHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()
7932 RHSVecType->getElementType()->isIntegerType()) { in CheckVectorOperands()
[all …]