Searched refs:val_ty (Results 1 – 6 of 6) sorted by relevance
29 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local30 switch (val_ty->kind()) { in GenOutputValues()32 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()52 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()81 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
96 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local97 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()98 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()117 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local118 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()
30 analysis::Type* val_ty = type_mgr->GetType(val_ty_id); in GenOutputValues() local31 switch (val_ty->kind()) { in GenOutputValues()33 analysis::Vector* v_ty = val_ty->AsVector(); in GenOutputValues()53 analysis::Float* f_ty = val_ty->AsFloat(); in GenOutputValues()82 analysis::Integer* i_ty = val_ty->AsInteger(); in GenOutputValues()
141 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in Gen32BitCvtCode() local142 if (val_ty->width() == 32) return val_id; in Gen32BitCvtCode()143 bool is_signed = val_ty->IsSigned(); in Gen32BitCvtCode()162 analysis::Integer* val_ty = type_mgr->GetType(val_ty_id)->AsInteger(); in GenUintCastCode() local163 if (!val_ty->IsSigned()) return val_32b_id; in GenUintCastCode()