Searched refs:NUses (Results 1 – 3 of 3) sorted by relevance
847 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
3804 SDValue Op, unsigned NUses, in matchBitExtract()3807 Op.getNode()->hasNUsesOfValue(NUses, Op.getResNo()); in matchBitExtract()
12140 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument12146 if (NUses == 0) in hasNUsesOfValue()12148 --NUses; in hasNUsesOfValue()12153 return NUses == 0; in hasNUsesOfValue()