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

Lines Matching refs:tyAddr

2126    IRType  tyAddr      = Ity_INVALID;
2132 tyAddr = typeOfIRExpr( bbOut->tyenv, addr );
2133 tl_assert(tyAddr == Ity_I32 || tyAddr == Ity_I64);