Searched refs:RHSVecType (Results 1 – 1 of 1) sorted by relevance
7293 const VectorType *RHSVecType = RHSType->getAs<VectorType>(); in CheckVectorOperands() local7294 assert(LHSVecType || RHSVecType); in CheckVectorOperands()7300 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool) in CheckVectorOperands()7308 if (LHSVecType && RHSVecType && in CheckVectorOperands()7323 if (AllowBoolConversions && LHSVecType && RHSVecType && in CheckVectorOperands()7324 LHSVecType->getNumElements() == RHSVecType->getNumElements() && in CheckVectorOperands()7326 Context.getTypeSize(RHSVecType->getElementType()))) { in CheckVectorOperands()7329 RHSVecType->getVectorKind() == VectorType::AltiVecBool) { in CheckVectorOperands()7335 RHSVecType->getVectorKind() == VectorType::AltiVecVector && in CheckVectorOperands()7336 RHSVecType->getElementType()->isIntegerType()) { in CheckVectorOperands()[all …]