Home
last modified time | relevance | path

Searched refs:varShlConst (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dvar_shifts.gomacro310 // varShlConst compiles 'variable <<= constant'
311 func (c *Comp) varShlConst(va *Var, val I) Stmt {
H A Dvar_ops.gomacro691 return c.varShlConst(va, val)
H A Dvar_shifts.go32 func (c *Comp) varShlConst(va *Var, val I) Stmt { func
H A Dvar_ops.go32273 return c.varShlConst(va, val)