Home | History | Annotate | Download | only in priv

Lines Matching refs:IRExpr_Const

1461 IRExpr* IRExpr_Const ( IRConst* con ) {
1838 return IRExpr_Const(deepCopyIRConst(e->Iex.Const.con));
3615 return IRExpr_Const(IRConst_U32((UInt)hw));
3617 return IRExpr_Const(IRConst_U64((ULong)hw));
3626 d->guard = IRExpr_Const(IRConst_U1(True));
3637 d->guard = IRExpr_Const(IRConst_U1(True));