Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for computeLattice (0.21 sec)

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

    			} else {
    				// Top ∩ any = any
    			}
    		} else {
    			// Top ∩ any = any
    		}
    	}
    
    	// ConstantA ∩ ConstantA = ConstantA or Top ∩ any = any
    	return optimisticLt
    }
    
    func computeLattice(f *Func, val *Value, args ...*Value) lattice {
    	// In general, we need to perform constant evaluation based on constant args:
    	//
    	//  res := lattice{constant, nil}
    	// 	switch op {
    	// 	case OpAdd16:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top