My Project
|
#include <Intrinsics.h>
Public Member Functions | |
ValueHandleArray (ArrayRef< ValueHandle > vals) | |
ValueHandleArray (ArrayRef< IndexHandle > vals) | |
ValueHandleArray (ArrayRef< index_t > vals) | |
operator ArrayRef< Value > () | |
Helper structure to be used with ValueBuilder / OperationBuilder. It serves the purpose of removing boilerplate specialization for the sole purpose of implicitly converting ArrayRef<ValueHandle> -> ArrayRef<Value>.
|
inline |
|
inline |
|
inline |