Home | History | Annotate | Download | only in priv

Lines Matching refs:Ity_INVALID

50       case Ity_INVALID: vex_printf("Ity_INVALID"); break;
2503 *t_dst = Ity_INVALID;
2504 *t_arg1 = Ity_INVALID;
2505 *t_arg2 = Ity_INVALID;
2506 *t_arg3 = Ity_INVALID;
2507 *t_arg4 = Ity_INVALID;
3598 case Ity_INVALID: case Ity_I1:
3996 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID
3997 || t_arg3 == Ity_INVALID || t_arg4 == Ity_INVALID) {
4047 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID
4048 || t_arg3 == Ity_INVALID || t_arg4 != Ity_INVALID) {
4090 if (t_arg1 == Ity_INVALID || t_arg2 == Ity_INVALID
4091 || t_arg3 != Ity_INVALID || t_arg4 != Ity_INVALID) {
4126 if (t_arg1 == Ity_INVALID || t_arg2 != Ity_INVALID
4127 || t_arg3 != Ity_INVALID || t_arg4 != Ity_INVALID)
4267 IRTemp cvtRes = Ity_INVALID, cvtArg = Ity_INVALID;
4382 IRType retTy = Ity_INVALID;