Searched defs:IRExpr (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h71 Expressions (type 'IRExpr') represent operations without
1951 in the comments for IRExpr. */
1973 an IRExpr 'e' has e.tag equal to Iex_Load, then it's a load
1982 IRExpr; typedef in typeref:struct:_IRExpr
2039 IRExpr* ix; /* Variable part of index into array */
2071 IRExpr* arg1; /* operand 1 */
2072 IRExpr* arg2; /* operand 2 */
2080 IRExpr* arg; /* operand */
2086 are not semantically valid IRExpr's.
2092 IRExpr* add
[all...]

Completed in 301 milliseconds