Searched refs:IsMIRArrayType (Results 1 – 4 of 4) sorted by relevance
1044 while (type1->IsMIRPtrType() || type1->IsMIRArrayType()) { in TypeCompatible()1050 CHECK_FATAL(type2->IsMIRArrayType(), "Error"); in TypeCompatible()1074 while (type->IsMIRPtrType() || type->IsMIRArrayType()) { in IsTypeIncomplete()
1826 while (type1->IsMIRPtrType() || type1->IsMIRArrayType()) { in TypeCompatible()1834 if (!type2->IsMIRArrayType()) { in TypeCompatible()
96 if (type->IsMIRArrayType()) { in HasOneElemSimdAttr()
1039 bool IsMIRArrayType() const in IsMIRArrayType() function