Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MinInt64 (0.07 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Leq(64|32|16|8)U _ (Const(64|32|16|8) [-1]))  => (ConstBool [true])
    (Less64 _ (Const64 [math.MinInt64])) => (ConstBool [false])
    (Less32 _ (Const32 [math.MinInt32])) => (ConstBool [false])
    (Less16 _ (Const16 [math.MinInt16])) => (ConstBool [false])
    (Less8  _ (Const8  [math.MinInt8 ])) => (ConstBool [false])
    (Leq64 (Const64 [math.MinInt64]) _)  => (ConstBool [true])
    (Leq32 (Const32 [math.MinInt32]) _)  => (ConstBool [true])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top