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