Searched refs:RHSVecType (Results 1 – 1 of 1) sorted by relevance
9986 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local9987 assert(LHSVecType || RHSVecType); in CheckVectorOperands()9990 (RHSVecType && RHSVecType->getElementType()->isBFloat16Type())) in CheckVectorOperands()9997 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()10005 if (LHSVecType && RHSVecType && in CheckVectorOperands()10020 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()10021 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()10023 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()10026 RHSVecType->getVectorKind() == VectorType::AltiVecBool) { in CheckVectorOperands()10032 RHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()[all …]