Find the inline-asm flag-word operand index for operand OpIdx.
Declared in <llvm/CodeGen/MachineInstr.h>
int
findInlineAsmFlagIdx(
unsigned int OpIdx,
unsigned int* GroupNo = nullptr) const;
Returns -1 if the operand is not in an inline-asm operand group. When GroupNo is non-null, it receives the operand group number.
Flag-word operand index, or -1 if not applicable.
| Name | Description |
|---|---|
| OpIdx | Operand index within the inline asm instruction. |
| GroupNo | Optional out-parameter for the operand group number. |