Searched refs:NUses (Results 1 – 6 of 6) sorted by relevance
487 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
607 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
5716 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument5722 if (NUses == 0) in hasNUsesOfValue()5724 --NUses; in hasNUsesOfValue()5729 return NUses == 0; in hasNUsesOfValue()
800 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
6775 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument6781 if (NUses == 0) in hasNUsesOfValue()6783 --NUses; in hasNUsesOfValue()6788 return NUses == 0; in hasNUsesOfValue()
8190 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument8196 if (NUses == 0) in hasNUsesOfValue()8198 --NUses; in hasNUsesOfValue()8203 return NUses == 0; in hasNUsesOfValue()