llvm::ConstantDataSequential::getImpl

Return a ConstantDataSequential (or CAZ) for raw bytes Bytes of type Ty.

Synopsis

Declared in <llvm/IR/Constants.h>

static
Constant*
getImpl(
    StringRef Bytes,
    Type* Ty);

Return Value

The constant data sequential for the raw data and type.

Parameters

NameDescription
BytesThe densely packed element bytes.
TyThe array or vector type.