Searched refs:val_ty_id (Results 1 – 6 of 6) sorted by relevance
27 uint32_t val_ty_id = val_inst->type_id(); in GenOutputValues() local29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues()
95 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_id)->type_id(); in Gen32BitCvtCode() local96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode()116 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_32b_id)->type_id(); in GenUintCastCode() local117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode()
28 uint32_t val_ty_id = val_inst->type_id(); in GenOutputValues() local30 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues()
140 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_id)->type_id(); in Gen32BitCvtCode() local141 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode()161 uint32_t val_ty_id = get_def_use_mgr()->GetDef(val_32b_id)->type_id(); in GenUintCastCode() local162 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode()