Searched refs:right_signed (Results 1 – 2 of 2) sorted by relevance
46 Reduction ReduceI32Binop(Node* node, bool left_signed, bool right_signed,
58 void ConvertInputsToInt32(bool left_signed, bool right_signed) { in ConvertInputsToInt32() argument60 node_->ReplaceInput(1, ConvertToI32(right_signed, right())); in ConvertInputsToInt32()269 bool right_signed, in ReduceI32Binop() argument276 r.ConvertInputsToInt32(left_signed, right_signed); in ReduceI32Binop()