Build MIFlags bits corresponding to the IR flags on instruction I.
Declared in <llvm/CodeGen/MachineInstr.h>
static
uint32_t
copyFlagsFromInstruction(Instruction const& I);
MIFlags bitvector derived from I.
| Name | Description |
|---|---|
| I | LLVM IR instruction whose flags are translated. |