Home | History | Annotate | Download | only in helgrind

Lines Matching refs:n2w

4573    UWord n2w = (UWord)n2;
4574 tl_assert(n1w > 0 && n2w > 0);
4576 if (a2w + n2w <= a1w) return 1L;