Home | History | Annotate | Download | only in exp-dhat

Lines Matching defs:diff

849    IRTemp diff = newIRTemp(sbOut->tyenv, tyAddr);
852 assign(diff,
863 ? binop(Iop_CmpLT32U, mkU32(THRESH), mkexpr(diff))
864 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff)))