Searched refs:hasAllWUsers (Results 1 – 3 of 3) sorted by relevance
76 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers() function
1585 return hasAllWUsers(Node);1590 return hasAllWUsers(Node);
614 if (!isInt<32>(Imm) && isUInt<32>(Imm) && hasAllWUsers(Node)) in Select()