Home
last modified time | relevance | path

Searched refs:right_signed (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.h46 Reduction ReduceI32Binop(Node* node, bool left_signed, bool right_signed,
Djs-typed-lowering.cc58 void ConvertInputsToInt32(bool left_signed, bool right_signed) { in ConvertInputsToInt32() argument
60 node_->ReplaceInput(1, ConvertToI32(right_signed, right())); in ConvertInputsToInt32()
269 bool right_signed, in ReduceI32Binop() argument
276 r.ConvertInputsToInt32(left_signed, right_signed); in ReduceI32Binop()