Home
last modified time | relevance | path

Searched refs:hasAllNBitUsers (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h74 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()
H A DRISCVISelDAGToDAG.cpp2131 bool RISCVDAGToDAGISel::hasAllNBitUsers(SDNode *Node, unsigned Bits) const { in hasAllNBitUsers() function in RISCVDAGToDAGISel