const github.com/google/licensecheck/internal/match.instCut

5 uses

	github.com/google/licensecheck/internal/match (current package)
		rematch.go#L227: 	instCut   // cut off the instAlt range starting at pc+1+arg
		rematch.go#L248: 		case instCut:
		rematch.go#L387: 	c.prog = append(c.prog, reInst{op: instCut, arg: int32(cut.start - (len(c.prog) + 1))})
		rematch.go#L528: 	case instCut:
		rematch.go#L541: 		if prog[pc].op == instCut {