Searched refs:IsTruncatingBinaryOp (Results 1 – 2 of 2) sorted by relevance
198 static bool IsTruncatingBinaryOp(Value op) { in IsTruncatingBinaryOp() function
347 if (!Token::IsTruncatingBinaryOp(op_)) { in Update()389 bool is_truncating = Token::IsTruncatingBinaryOp(op()); in UpdateKind()