Searched defs:MIRArrayType (Results 1 – 1 of 1) sorted by relevance
918 MIRArrayType() : MIRType(kTypeArray) {} in MIRArrayType() function919 explicit MIRArrayType(GStrIdx strIdx) : MIRType(kTypeArray, strIdx) {} in MIRArrayType() function921 MIRArrayType(TyIdx eTyIdx, const std::vector<uint64> &sizeArray) in MIRArrayType() function