Searched defs:MIRArrayType (Results 1 – 2 of 2) sorted by relevance
50 class MIRArrayType; variable
1111 MIRArrayType() : MIRType(kTypeArray, PTY_agg) {} in MIRArrayType() function1112 explicit MIRArrayType(GStrIdx strIdx) : MIRType(kTypeArray, PTY_agg, strIdx) {} in MIRArrayType() function1114 MIRArrayType(TyIdx eTyIdx, const std::vector<uint32> &sizeArray) in MIRArrayType() function