Lines Matching refs:cast_pseudo
33 static pseudo_t cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol…
1115 val = cast_pseudo(ep, val, btype, ctype); in linearize_bitfield_extract()
1162 old = cast_pseudo(ep, old, ad.type, ad.btype); in linearize_inc_dec()
1165 new = cast_pseudo(ep, new, ad.btype, ad.type); in linearize_inc_dec()
1360 static pseudo_t cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol… in cast_pseudo() function
1384 src = cast_pseudo(ep, src, from, size_t_ctype); in cast_pseudo()
1392 src = cast_pseudo(ep, src, from, size_t_ctype); in cast_pseudo()
1393 return cast_pseudo(ep, src, size_t_ctype, to); in cast_pseudo()
1482 oldvalue = cast_pseudo(ep, oldvalue, target->ctype, ctype); in linearize_assignment()
1486 value = cast_pseudo(ep, dst, ctype, expr->ctype); in linearize_assignment()
1579 dst = cast_pseudo(ep, dst, &bool_ctype, expr->ctype); in linearize_binop_bool()
1745 src2 = cast_pseudo(ep, src2, &bool_ctype, ctype); in linearize_logical()
1835 return cast_pseudo(ep, src, orig->ctype, expr->ctype); in linearize_cast()