Searched refs:OtherType (Results 1 – 2 of 2) sorted by relevance
105 enum OtherType { enum122 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
10109 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local10111 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()10123 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()10124 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()