Home | History | Annotate | Download | only in memcheck

Lines Matching refs:sizeofIRType

364    an integer type with the same size (as per sizeofIRType) as the
1174 sz = ty==Ity_I1 ? 0 : sizeofIRType(ty);
1385 if (isAlwaysDefd(mce, offset, sizeofIRType(ty))) {
1431 arrSize = descr->nElems * sizeofIRType(ty);
1459 if (isAlwaysDefd(mce, offset, sizeofIRType(ty))) {
1480 Int arrSize = descr->nElems * sizeofIRType(ty);
6557 gen_guarded_load_b(mce, sizeofIRType(ty),
6662 tl_assert(sizeofIRType(equivIntTy) >= 4);
6663 tl_assert(sizeofIRType(equivIntTy) == sizeofIRType(descr->elemTy));
6706 dszB = sizeofIRType(e->Iex.Load.ty);
6763 sizeofIRType(e->Iex.Get.ty)
7001 dszB = sizeofIRType( typeOfIRExpr(mce->sb->tyenv, stData ) );
7073 tl_assert(sizeofIRType(equivIntTy) >= 4);
7074 tl_assert(sizeofIRType(equivIntTy) == sizeofIRType(descr->elemTy));
7142 sizeofIRType(typeOfIRExpr(mce->sb->tyenv, st->Ist.Put.data))