Home
last modified time | relevance | path

Searched defs:MIRInstantVectorType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h2551 MIRInstantVectorType() : MIRType(kTypeInstantVector, PTY_agg) {} in MIRInstantVectorType() function
2553 explicit MIRInstantVectorType(MIRTypeKind kind) : MIRType(kind, PTY_agg) {} in MIRInstantVectorType() function
2555 MIRInstantVectorType(MIRTypeKind kind, GStrIdx strIdx) : MIRType(kind, PTY_agg, strIdx) {} in MIRInstantVectorType() function