Home | History | Annotate | Download | only in priv

Lines Matching defs:same

55    It takes an IRSB and produces a new one with the same meaning,
59 the same as after execution of the original. This is true
80 Same as minimal, but all the guest state is up to date at memory
275 the same value, after having appended extra IRTemp assignments to
825 overlapping (minoff,maxoff). The same has to happen for any events
975 /* Do both expressions compute the same value? The answer is generally
977 the same value when in fact they do. The reason is that we do not
979 Get's, GetI's or Load's, even when accessing the same location, will be
984 XXX IMPORTANT XXX the two expressions must have the same IR type.
1011 Bool same = sameIRExprs_aux(env, env[e1->Iex.RdTmp.tmp],
1015 if (same) recursion_helped = True;
1017 return same;
1072 /* Not very likely to be "same". */
1082 Bool same;
1085 same = sameIRExprs_aux(env, e1, e2);
1090 success_count += same;
1091 if (same && recursion_helped)
1099 return same;
1187 /* Make a zero which has the same type as the result of the given
1204 /* Make a value containing all 1-bits, which has the same type as the
2040 /* Add32/Add64(t,t) ==> t << 1. Same rationale as for Add8. */
2180 essential that the to args have the same type.
2854 * Exact alias. These two accesses denote precisely the same
2930 /* So now we know that the GetI and PutI index the same array
2931 with the same base. Are the offsets the same, modulo the
2996 /* Names should be the same too, but we don't bother to
3683 exactly the same piece of guest state, and so return the expression
3753 /* We don't know if this PutI writes to the same guest
3781 that it writes exactly the same piece of guest state) ? Safe
4872 /* Same deal as atbSubst_Expr, except for stmts. */