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