• Home
  • Raw
  • Download

Lines Matching refs:Ity_I1

51       case Ity_I1:      vex_printf( "I1");   break;  in ppIRType()
1687 vassert(!(arr->elemTy == Ity_I1)); in mkIRRegArray()
2395 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop()
2397 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop()
2623 case Iop_Not1: UNARY(Ity_I1, Ity_I1); in typeOfPrimop()
2624 case Iop_1Uto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop()
2625 case Iop_1Sto8: UNARY(Ity_I1, Ity_I8); in typeOfPrimop()
2626 case Iop_1Sto16: UNARY(Ity_I1, Ity_I16); in typeOfPrimop()
2627 case Iop_1Uto32: case Iop_1Sto32: UNARY(Ity_I1, Ity_I32); in typeOfPrimop()
2628 case Iop_1Sto64: case Iop_1Uto64: UNARY(Ity_I1, Ity_I64); in typeOfPrimop()
2629 case Iop_32to1: UNARY(Ity_I32, Ity_I1); in typeOfPrimop()
2630 case Iop_64to1: UNARY(Ity_I64, Ity_I1); in typeOfPrimop()
3361 case Ico_U1: return Ity_I1; in typeOfIRConst()
3444 case Ity_INVALID: case Ity_I1: in isPlausibleIRType()
3623 if (arr->elemTy == Ity_I1) in saneIRRegArray()
3994 if (expr->Iex.CCall.retty == Ity_I1) in tcExpr()
3997 if (typeOfIRExpr(tyenv, expr->Iex.CCall.args[i]) == Ity_I1) in tcExpr()
4008 if (typeOfIRExpr(tyenv, expr->Iex.ITE.cond) != Ity_I1) in tcExpr()
4048 if (typeOfIRExpr(tyenv,stmt->Ist.Put.data) == Ity_I1) in tcStmt()
4055 if (typeOfIRExpr(tyenv,puti->data) == Ity_I1) in tcStmt()
4078 if (typeOfIRExpr(tyenv, stmt->Ist.Store.data) == Ity_I1) in tcStmt()
4091 if (typeOfIRExpr(tyenv, sg->data) == Ity_I1) in tcStmt()
4093 if (typeOfIRExpr(tyenv, sg->guard) != Ity_I1) in tcStmt()
4104 if (typeOfIRExpr(tyenv, lg->guard) != Ity_I1) in tcStmt()
4181 if (tyRes != Ity_I1) in tcStmt()
4222 if (typeOfIRExpr(tyenv, d->guard) != Ity_I1) in tcStmt()
4228 if (retTy == Ity_I1) in tcStmt()
4241 if (typeOfIRExpr(tyenv, arg) == Ity_I1) in tcStmt()
4292 if (typeOfIRExpr(tyenv,stmt->Ist.Exit.guard) != Ity_I1) in tcStmt()