Return true if register operand OpId may fold into a frame index.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
mayFoldInlineAsmRegOp(unsigned int OpId) const;

Description

Checks the InlineAsm::Flag immediate at OpId ‐ 1.

Return Value

True if the operand can be folded with a load or store.

Parameters

Name

Description

OpId

Index of the register operand to check.

Created with MrDocs