Home | History | Annotate | Download | only in gc

Lines Matching defs:constInt

476 func (s *state) constInt(t ssa.Type, c int64) *ssa.Value {
2024 z := s.constInt(Types[TINT], 0)
2030 s.boundsCheck(i, s.constInt(Types[TINT], bound))
2053 return s.constInt(Types[TINT], n.Left.Type.NumElem())
2191 nl := s.newValue2(s.ssaOp(OADD, Types[TINT]), Types[TINT], l, s.constInt(Types[TINT], nargs))
2233 s.vars[&newlenVar] = s.newValue2(s.ssaOp(OADD, Types[TINT]), Types[TINT], r[1], s.constInt(Types[TINT], nargs))
2245 nl = s.newValue2(s.ssaOp(OADD, Types[TINT]), Types[TINT], l, s.constInt(Types[TINT], nargs))
2278 addr := s.newValue2(ssa.OpPtrIndex, pt, p2, s.constInt(Types[TINT], int64(i)))
2419 z := s.constInt(Types[TINT], 0)
2428 s.boundsCheck(i, s.constInt(Types[TINT], 1))
3142 len := s.constInt(Types[TINT], n.Left.Type.NumElem())
3612 zero := s.constInt(Types[TINT], 0)
3634 len = s.constInt(Types[TINT], t.Elem().NumElem())
3692 delta := s.newValue2(mulOp, Types[TINT], i, s.constInt(Types[TINT], elemtype.Width))