Searched refs:ConvertToI32 (Results 1 – 1 of 1) sorted by relevance
59 node_->ReplaceInput(0, ConvertToI32(left_signed, left())); in ConvertInputsToInt32()60 node_->ReplaceInput(1, ConvertToI32(right_signed, right())); in ConvertInputsToInt32()70 node_->ReplaceInput(0, ConvertToI32(left_signed, left())); in ConvertInputsForShift()71 Node* rnum = ConvertToI32(false, right()); in ConvertInputsForShift()194 Node* ConvertToI32(bool is_signed, Node* node) { in ConvertToI32() function in v8::internal::compiler::JSBinopReduction