Returns an integer (vector of integer) type with the same size of a byte of the given byte (vector of byte) type.

Synopsis

Declared in <llvm/IR/Type.h>

static
Type*
getIntFromByteType(Type* Ty);

Return Value

An integer or integer‐vector type matching the size of Ty.

Parameters

Name

Description

Ty

Byte or byte‐vector type to convert.

Created with MrDocs