Home | History | Annotate | Download | only in priv

Lines Matching refs:IRConst

1094          IRConst *c1 = e1->Iex.Const.con;
1095 IRConst *c2 = e2->Iex.Const.con;
1170 IRConst *c1 = e1->Iex.Const.con;
1171 IRConst *c2 = e2->Iex.Const.con;
3343 union { IRTemp tmp; IRConst* con; } u;
3443 IRConst con2;
3448 IRConst con1;
3465 IRConst con0;
3470 IRConst con1;
3476 IRConst con1;
3477 IRConst con0;
3578 IRConst *con, *con0, *con1;
3587 con = LibVEX_Alloc_inline(sizeof(IRConst));
3593 con = LibVEX_Alloc_inline(sizeof(IRConst));
3605 con0 = LibVEX_Alloc_inline(sizeof(IRConst));
3611 con1 = LibVEX_Alloc_inline(sizeof(IRConst));
3618 con0 = LibVEX_Alloc_inline(sizeof(IRConst));
3619 con1 = LibVEX_Alloc_inline(sizeof(IRConst));
4750 IRConst* con;