Replace this operand with a target index.

Synopsis

Declared in <llvm/CodeGen/MachineOperand.h>

void
ChangeToTargetIndex(
    unsigned int Idx,
    int64_t Offset,
    unsigned int TargetFlags = 0);

Parameters

Name

Description

Idx

Target‐dependent index.

Offset

Byte offset from the index.

TargetFlags

Optional target‐specific flags.

Created with MrDocs