private ILocalNArray CreateScalarLocal <T>(T value, bool isIndependentVariable)
 {
     return(_builder.CreateScalarLocal <T>(value, isIndependentVariable));
 }