Searched refs:hasAllBUsers (Results 1 – 2 of 2) sorted by relevance
124 bool hasAllBUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 8); } in hasAllBUsers() function
908 if (isUInt<8>(Imm) && isInt<6>(SignExtend64<8>(Imm)) && hasAllBUsers(Node)) in Select()