Decompose the machine operand's target flags into two values ‐ the direct target flag value and any of bit flags that are applied.
Synopsis
Declared in <llvm/CodeGen/TargetInstrInfo.h>
virtual
std::pair<unsigned int, unsigned int>
decomposeMachineOperandsTargetFlags(unsigned int) const;
Return Value
Struct holding two objects of arbitrary type.
Created with MrDocs