Home | History | Annotate | Download | only in priv

Lines Matching refs:Ity_INVALID

50       case Ity_INVALID: vex_printf("Ity_INVALID"); break;
2128 *t_dst = Ity_INVALID;
2129 *t_arg1 = Ity_INVALID;
2130 *t_arg2 = Ity_INVALID;
2131 *t_arg3 = Ity_INVALID;
2132 *t_arg4 = Ity_INVALID;
2988 case Ity_INVALID: case Ity_I1:
3334 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID
3335 || t_arg3 == Ity_INVALID || t_arg4 == Ity_INVALID) {
3385 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID
3386 || t_arg3 == Ity_INVALID || t_arg4 != Ity_INVALID) {
3428 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID
3429 || t_arg3 != Ity_INVALID || t_arg4 != Ity_INVALID) {
3464 if (t_arg1 == Ity_INVALID || t_arg2 != Ity_INVALID
3465 || t_arg3 != Ity_INVALID || t_arg4 != Ity_INVALID)