Searched defs:MulWithDupResult (Results 1 – 1 of 1) sorted by relevance
3691 struct MulWithDupResult { struct3692 Node* input; // Node holding the vector elements.3693 Node* dup_node; // Node holding the lane to multiply.3694 int index;3696 explicit operator bool() const { return dup_node != nullptr; } in operator bool()