Home | History | Annotate | Download | only in callgrind

Lines Matching refs:IRExpr_Const

865 				IRExpr_Const(hWordTy == Ity_I32 ?
868 IRExpr_Const(IRConst_U32(val)) ));
1127 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1))
1128 : IRExpr_Const(IRConst_U64(1));