Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	/******** math/big ********/
    	alias("math/big", "mulWW", "math/bits", "Mul64", p8...)
    }
    
    // findIntrinsic returns a function which builds the SSA equivalent of the
    // function identified by the symbol sym.  If sym is not an intrinsic call, returns nil.
    func findIntrinsic(sym *types.Sym) intrinsicBuilder {
    	if sym == nil || sym.Pkg == nil {
    		return nil
    	}
    	pkg := sym.Pkg.Path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top