Home | History | Annotate | Download | only in priv

Lines Matching refs:IRExpr_Const

129    return IRExpr_Const(IRConst_U64(addr));
191 return IRExpr_Const(IRConst_U8((UChar)value));
200 return IRExpr_Const(IRConst_U16((UShort)value));
207 return IRExpr_Const(IRConst_U32(value));
214 return IRExpr_Const(IRConst_U64(value));
222 return IRExpr_Const(IRConst_F32i(value));
230 return IRExpr_Const(IRConst_F64i(value));
396 iterate_if(IRExpr_Const(IRConst_U1(True)));
8914 restart_if(IRExpr_Const(IRConst_U1(True)));