Home | History | Annotate | Download | only in llvm

Lines Matching defs:use_begin

593 (** [use_begin v] returns the first position in the use list for the value [v].
594 [use_begin] and [use_succ] can e used to iterate over the use list in order.
595 See the method [llvm::Value::use_begin]. *)
596 val use_begin : llvalue -> lluse option