Searched defs:SimdAddOpMatcher (Results 1 – 1 of 1) sorted by relevance
3776 struct SimdAddOpMatcher : public NodeMatcher { struct3777 explicit SimdAddOpMatcher(Node* node, IrOpcode::Value opcode) in SimdAddOpMatcher() argument3786 bool Matches() { return left_->opcode() == opcode_; } in Matches()3787 Node* left() const { return left_; } in left()3788 Node* right() const { return right_; } in right()3791 void PutOpOnLeft() { in PutOpOnLeft()3798 IrOpcode::Value opcode_;3799 Node* left_;3800 Node* right_;