Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    		x := v_0.Args[1]
    		v.copyOf(x)
    		return true
    	}
    	// match: (StructSelect [0] (StructMake3 x _ _))
    	// result: x
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 || v_0.Op != OpStructMake3 {
    			break
    		}
    		x := v_0.Args[0]
    		v.copyOf(x)
    		return true
    	}
    	// match: (StructSelect [1] (StructMake3 _ x _))
    	// result: x
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top