Searched refs:NUses (Results 1 – 2 of 2) sorted by relevance
6641 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument6647 if (NUses == 0) in hasNUsesOfValue()6649 --NUses; in hasNUsesOfValue()6654 return NUses == 0; in hasNUsesOfValue()
528 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;