Home | History | Annotate | Download | only in callgrind

Lines Matching refs:IRExpr_Const

859 				IRExpr_Const(hWordTy == Ity_I32 ?
862 IRExpr_Const(IRConst_U32(val)) ));
1123 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1))
1124 : IRExpr_Const(IRConst_U64(1));