Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for O2 (0.02 sec)

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

    	}
    	// match: (EqPtr (OffPtr [o1] p1) (OffPtr [o2] p2))
    	// cond: isSamePtr(p1, p2)
    	// result: (ConstBool [o1 == o2])
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpOffPtr {
    				continue
    			}
    			o1 := auxIntToInt64(v_0.AuxInt)
    			p1 := v_0.Args[0]
    			if v_1.Op != OpOffPtr {
    				continue
    			}
    			o2 := auxIntToInt64(v_1.AuxInt)
    			p2 := v_1.Args[0]
    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