Home | History | Annotate | Download | only in callgrind

Lines Matching refs:IRExpr_Const

910 				IRExpr_Const(hWordTy == Ity_I32 ?
913 IRExpr_Const(IRConst_U32(val)) ));
1200 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1))
1201 : IRExpr_Const(IRConst_U64(1));