Home | History | Annotate | Download | only in memcheck

Lines Matching refs:resTy

4467    IRType resTy  = typeOfIRTemp(mce->sb->tyenv, stResult);
4479 tl_assert(resTy == Ity_I64 || resTy == Ity_I32
4480 || resTy == Ity_I16 || resTy == Ity_I8);
4483 mce, stEnd, resTy, stAddr, 0/*addr bias*/));
4511 tl_assert(resTy == Ity_I1);
4512 assign( 'V', mce, resTmp, definedOfType(resTy) );
5610 IRType resTy
5613 = IRExpr_Load(st->Ist.LLSC.end, resTy, st->Ist.LLSC.addr);
5614 tl_assert(resTy == Ity_I64 || resTy == Ity_I32
5615 || resTy == Ity_I16 || resTy == Ity_I8);