Searched refs:arrayType2 (Results 1 – 1 of 1) sorted by relevance
1052 auto *arrayType2 = static_cast<MIRArrayType *>(type2); in TypeCompatible() local1053 if (arrayType1->IsIncompleteArray() || arrayType2->IsIncompleteArray()) { in TypeCompatible()