Return true if there are exactly NUSES uses of the indicated value. This method ignores uses of other values defined by this operation.
Declared in <llvm/CodeGen/SelectionDAGNodes.h>
bool
hasNUsesOfValue(
unsigned int NUses,
unsigned int Value) const;
True if there are exactly NUSES uses of the indicated value.
| Name | Description |
|---|---|
| NUses | Exact number of uses required. |
| Value | Result number whose uses are counted. |