reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9102 if (isLaxVectorConversion(OtherType, VecType)) { 9114 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || 9114 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || 9115 (OtherType->isScalarType() && VT->getNumElements() == 1)) {