Searched refs:ty_mgr (Results 1 – 1 of 1) sorted by relevance
614 auto* ty_mgr = context()->get_type_mgr(); in StoreComponentOfValueToScalarVar() local615 analysis::Array* array_type = ty_mgr->GetType(component_type_id)->AsArray(); in StoreComponentOfValueToScalarVar()617 component_type_id = ty_mgr->GetTypeInstruction(array_type->element_type()); in StoreComponentOfValueToScalarVar()632 auto* ty_mgr = context()->get_type_mgr(); in LoadScalarVar() local633 analysis::Array* array_type = ty_mgr->GetType(component_type_id)->AsArray(); in LoadScalarVar()635 component_type_id = ty_mgr->GetTypeInstruction(array_type->element_type()); in LoadScalarVar()