Searched refs:IsTruncatingBinaryOp (Results 1 – 3 of 3) sorted by relevance
26 return (Token::IsTruncatingBinaryOp(op) && SmiValuesAre31Bits()) in ToBinaryOperationHint()
230 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp() function
238 if (!Token::IsTruncatingBinaryOp(op_)) { in Update()272 bool is_truncating = Token::IsTruncatingBinaryOp(op()); in UpdateKind()