Home | History | Annotate | Download | only in priv

Lines Matching refs:tyAddr

4912       IRType tyAddr = typeOfIRExpr(env->type_env, stmt->Ist.LLSC.addr);
4916 if (!mode64 && (tyAddr != Ity_I32))
4918 if (mode64 && (tyAddr != Ity_I64))