forked from OSchip/llvm-project
parent
aedde1e4c0
commit
108abc6726
|
@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p>
|
|||
<ul>
|
||||
<li><tt>Value::use_iterator</tt> - Typedef for iterator over the
|
||||
use-list<br>
|
||||
<tt>Value::use_const_iterator</tt> - Typedef for const_iterator over
|
||||
<tt>Value::const_use_iterator</tt> - Typedef for const_iterator over
|
||||
the use-list<br>
|
||||
<tt>unsigned use_size()</tt> - Returns the number of users of the
|
||||
value.<br>
|
||||
|
|
Loading…
Reference in New Issue