Home | History | Annotate | Download | only in priv

Lines Matching refs:IRExpr_Const

176    return IRExpr_Const(IRConst_U8((UChar)value));
185 return IRExpr_Const(IRConst_U16((UShort)value));
192 return IRExpr_Const(IRConst_U32(value));
199 return IRExpr_Const(IRConst_U64(value));
207 return IRExpr_Const(IRConst_F32i(value));
215 return IRExpr_Const(IRConst_F64i(value));
8911 stmt(IRStmt_Exit(IRExpr_Const(IRConst_U1(True)), Ijk_TInval,
13214 irsb->next = IRExpr_Const(IRConst_U64(guest_IA_next_instr));
13259 return IRExpr_Const(IRConst_U64(addr));