Searched refs:hasAllNBitUsers (Results 1 – 2 of 2) sorted by relevance
74 bool hasAllNBitUsers(SDNode *Node, unsigned Bits) const;75 bool hasAllHUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 16); } in hasAllHUsers()76 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers()
2131 bool RISCVDAGToDAGISel::hasAllNBitUsers(SDNode *Node, unsigned Bits) const { in hasAllNBitUsers() function in RISCVDAGToDAGISel