Home | History | Annotate | Download | only in helgrind

Lines Matching refs:diff

4560       IRTemp diff = newIRTemp(sbOut->tyenv, tyAddr);
4563 assign(diff,
4575 ? binop(Iop_CmpLT32U, mkU32(THRESH), mkexpr(diff))
4576 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff)))