Home
last modified time | relevance | path

Searched defs:selKey (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dexpand_calls.go903 type selKey struct { struct
904 from *Value // what is selected from
905 offsetOrIndex int64 // whatever is appropriate for the selector
906 size int64
907 typ *types.Type