Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	// If the domain is appropriate for the pre-extension Type,
    	// repeat the update with the pre-extension Value.
    	if isCleanExt(v) {
    		switch {
    		case d == signed && v.Args[0].Type.IsSigned():
    			fallthrough
    		case d == unsigned && !v.Args[0].Type.IsSigned():
    			ft.update(parent, v.Args[0], w, d, r)
    		}
    	}
    	if isCleanExt(w) {
    		switch {
    		case d == signed && w.Args[0].Type.IsSigned():
    			fallthrough
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
Back to top