Home | History | Annotate | Download | only in memcheck

Lines Matching full:curr

1579    IRAtom* curr;
1596 curr = definedOfType(mergeTy);
1611 curr = mergeTy64
1612 ? mkUifU64(mce, here, curr)
1613 : mkUifU32(mce, here, curr);
1616 return mkPCastTo(mce, finalVtype, curr );
4019 IRAtom *src, *here, *curr;
4037 curr = definedOfType(Ity_I32);
4045 curr = mkUifU32(mce, here, curr);
4072 /* update 'curr' with UifU of the state slice
4078 curr = mkUifU32(mce, here, curr);
4115 curr = mkUifU32(mce, here, curr);
4125 curr = mkUifU32(mce, here, curr);
4131 /* Whew! So curr is a 32-bit V-value summarising pessimistically
4139 assign( 'V', mce, dst, mkPCastTo( mce, tyDst, curr) );
4159 /* Write suitably-casted 'curr' to the state slice
4164 mkPCastTo( mce, tyDst, curr ) );
4178 mkPCastTo( mce, Ity_I32, curr ),
4186 mkPCastTo( mce, Ity_I16, curr ),
5497 IRAtom* curr = mkU32(0);
5512 curr = gen_maxU32( mce, curr, here );
5515 return curr;
5599 IRAtom *here, *curr;
5603 curr = schemeE( mce, d->guard );
5613 curr = gen_maxU32( mce, curr, here );
5641 /* update 'curr' with maxU32 of the state slice
5649 curr = gen_maxU32( mce, curr, here );
5666 curr = gen_maxU32( mce, curr, here );
5678 curr = gen_maxU32( mce, curr, here );
5684 curr = gen_maxU32( mce, curr, here );
5690 /* Whew! So curr is a 32-bit B-value which should give an origin
5697 assign( 'V', mce, dst, curr );
5720 /* Write 'curr' to the state slice gOff .. gOff+n-1 */
5724 curr ));
5737 gen_store_b( mce, 4, d->mAddr, d->mSize - toDo, curr,
5743 gen_store_b( mce, 2, d->mAddr, d->mSize - toDo, curr,