Searched refs:NUses (Results 1 – 3 of 3) sorted by relevance
832 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
9034 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument9040 if (NUses == 0) in hasNUsesOfValue()9042 --NUses; in hasNUsesOfValue()9047 return NUses == 0; in hasNUsesOfValue()
3271 auto checkUses = [CanHaveExtraUses](SDValue Op, unsigned NUses) { in matchBitExtract() argument3273 Op.getNode()->hasNUsesOfValue(NUses, Op.getResNo()); in matchBitExtract()