Searched refs:RHSVecType (Results 1 – 2 of 2) sorted by relevance
9886 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local9887 assert(LHSVecType || RHSVecType); in CheckVectorOperands()9890 (RHSVecType && RHSVecType->getElementType()->isBFloat16Type())) in CheckVectorOperands()9897 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()9905 if (LHSVecType && RHSVecType && in CheckVectorOperands()9920 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()9921 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()9923 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()9926 RHSVecType->getVectorKind() == VectorType::AltiVecBool) { in CheckVectorOperands()9932 RHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()[all …]
7889 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local7890 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 …]