Home | History | Annotate | Download | only in memcheck

Lines Matching full:curr

1507    IRAtom* curr;
1524 curr = definedOfType(mergeTy);
1539 curr = mergeTy64
1540 ? mkUifU64(mce, here, curr)
1541 : mkUifU32(mce, here, curr);
1544 return mkPCastTo(mce, finalVtype, curr );
3801 IRAtom *src, *here, *curr;
3819 curr = definedOfType(Ity_I32);
3827 curr = mkUifU32(mce, here, curr);
3854 /* update 'curr' with UifU of the state slice
3860 curr = mkUifU32(mce, here, curr);
3897 curr = mkUifU32(mce, here, curr);
3907 curr = mkUifU32(mce, here, curr);
3913 /* Whew! So curr is a 32-bit V-value summarising pessimistically
3921 assign( 'V', mce, dst, mkPCastTo( mce, tyDst, curr) );
3941 /* Write suitably-casted 'curr' to the state slice
3946 mkPCastTo( mce, tyDst, curr ) );
3960 mkPCastTo( mce, Ity_I32, curr ),
3968 mkPCastTo( mce, Ity_I16, curr ),
5278 IRAtom* curr = mkU32(0);
5293 curr = gen_maxU32( mce, curr, here );
5296 return curr;
5380 IRAtom *here, *curr;
5384 curr = schemeE( mce, d->guard );
5394 curr = gen_maxU32( mce, curr, here );
5422 /* update 'curr' with maxU32 of the state slice
5430 curr = gen_maxU32( mce, curr, here );
5447 curr = gen_maxU32( mce, curr, here );
5459 curr = gen_maxU32( mce, curr, here );
5465 curr = gen_maxU32( mce, curr, here );
5471 /* Whew! So curr is a 32-bit B-value which should give an origin
5478 assign( 'V', mce, dst, curr );
5501 /* Write 'curr' to the state slice gOff .. gOff+n-1 */
5505 curr ));
5518 gen_store_b( mce, 4, d->mAddr, d->mSize - toDo, curr,
5524 gen_store_b( mce, 2, d->mAddr, d->mSize - toDo, curr,