Home
last modified time | relevance | path

Searched refs:scalarIdx (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1588 TyIdx scalarIdx = arrayType.GetElemTyIdx(); in EmitAsmLabel() local
1589 MIRType *subTy = GlobalTables::GetTypeTable().GetTypeFromTyIdx(scalarIdx); in EmitAsmLabel()
1596 scalarIdx = aSubTy->GetElemTyIdx(); in EmitAsmLabel()
1597 subTy = GlobalTables::GetTypeTable().GetTypeFromTyIdx(scalarIdx); in EmitAsmLabel()
1625 uint64 size = Globals::GetInstance()->GetBECommon()->GetTypeSize(scalarIdx.GetIdx()) * dim; in EmitAsmLabel()

Completed in 8 milliseconds