Home | History | Annotate | Download | only in memcheck

Lines Matching refs:resTy

5108    IRType resTy  = typeOfIRTemp(mce->sb->tyenv, stResult);
5120 tl_assert(resTy == Ity_I64 || resTy == Ity_I32
5121 || resTy == Ity_I16 || resTy == Ity_I8);
5124 mce, stEnd, resTy, stAddr, 0/*addr bias*/));
5152 tl_assert(resTy == Ity_I1);
5153 assign( 'V', mce, resTmp, definedOfType(resTy) );
6332 IRType resTy
6335 = IRExpr_Load(st->Ist.LLSC.end, resTy, st->Ist.LLSC.addr);
6336 tl_assert(resTy == Ity_I64 || resTy == Ity_I32
6337 || resTy == Ity_I16 || resTy == Ity_I8);