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

Lines Matching full:is32

4820                Bool    is32  = elTy == Ity_I32;
4825 void* h_fn = is32 ? &check_load4
4827 HChar* h_nm = is32 ? "check_load4"
4829 IROp cmpEQ = is32 ? Iop_CasCmpEQ32
4831 Int szB = is32 ? 4 : (is16 ? 2 : 1);