llvm::UnaryInstruction::operator new

Allocate a unary instruction with space for its single operand.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void*
operator new(size_t S);

Return Value

Pointer to the allocated storage.

Parameters

NameDescription
SAllocation size in bytes.