Searched refs:RHSVecType (Results 1 – 1 of 1) sorted by relevance
10281 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local10282 assert(LHSVecType || RHSVecType); in CheckVectorOperands()10290 (RHSVecType && RHSVecType->getElementType()->isMFloat8Type())) in CheckVectorOperands()10296 LHSVecType->getVectorKind() == VectorKind::AltiVecBool && RHSVecType && in CheckVectorOperands()10297 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) in CheckVectorOperands()10310 if (LHSVecType && RHSVecType && in CheckVectorOperands()10325 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()10326 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()10328 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()10331 RHSVecType->getVectorKind() == VectorKind::AltiVecBool) { in CheckVectorOperands()[all …]