Searched defs:MIRArrayType (Results 1 – 2 of 2) sorted by relevance
52 class MIRArrayType; variable
1203 MIRArrayType() : MIRType(kTypeArray, PTY_agg) {} in MIRArrayType() function1204 explicit MIRArrayType(GStrIdx strIdx) : MIRType(kTypeArray, PTY_agg, strIdx) {} in MIRArrayType() function1206 MIRArrayType(TyIdx eTyIdx, const std::vector<uint64> &sizeArray) in MIRArrayType() function