MLIR  20.0.0git
Functions
FuncConversions.cpp File Reference
#include "mlir/Dialect/Func/Transforms/FuncConversions.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Transforms/DialectConversion.h"

Go to the source code of this file.

Functions

static SmallVector< ValueflattenValues (ArrayRef< ValueRange > values)
 Flatten the given value ranges into a single vector of values. More...
 

Function Documentation

◆ flattenValues()

static SmallVector<Value> flattenValues ( ArrayRef< ValueRange values)
static

Flatten the given value ranges into a single vector of values.

Definition at line 17 of file FuncConversions.cpp.