Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StructMake3 (0.2 sec)

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

    // struct operations
    (StructSelect (StructMake1 x)) => x
    (StructSelect [0] (StructMake2 x _)) => x
    (StructSelect [1] (StructMake2 _ x)) => x
    (StructSelect [0] (StructMake3 x _ _)) => x
    (StructSelect [1] (StructMake3 _ x _)) => x
    (StructSelect [2] (StructMake3 _ _ x)) => x
    (StructSelect [0] (StructMake4 x _ _ _)) => x
    (StructSelect [1] (StructMake4 _ x _ _)) => x
    (StructSelect [2] (StructMake4 _ _ x _)) => x
    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