Searched refs:NUses (Results 1 – 2 of 2) sorted by relevance
587 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
6795 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument6801 if (NUses == 0) in hasNUsesOfValue()6803 --NUses; in hasNUsesOfValue()6808 return NUses == 0; in hasNUsesOfValue()