Searched defs:MIRInstantVectorType (Results 1 – 1 of 1) sorted by relevance
2437 MIRInstantVectorType() : MIRType(kTypeInstantVector, PTY_agg) {} in MIRInstantVectorType() function2439 explicit MIRInstantVectorType(MIRTypeKind kind) : MIRType(kind, PTY_agg) {} in MIRInstantVectorType() function2441 MIRInstantVectorType(MIRTypeKind kind, GStrIdx strIdx) : MIRType(kind, PTY_agg, strIdx) {} in MIRInstantVectorType() function