Member predicate Def::getIndirection
Gets the indirection level that this definition is writing to.
For instance, x = y
is a definition of x
at indirection level 1 and
*x = y
is a definition of x
at indirection level 2.
Gets the indirection level that this definition is writing to.
For instance, x = y
is a definition of x
at indirection level 1 and
*x = y
is a definition of x
at indirection level 2.