Home | History | Annotate | Download | only in priv

Lines Matching refs:tya

5273       IRType    tya   = typeOfIRExpr(env->type_env, stmt->Ist.Store.addr);
5279 if (!mode64 && (tya != Ity_I32))
5281 if (mode64 && (tya != Ity_I64))