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 TF) const;
Return Value
Pair of direct target flags and bitmask flags.
Parameters
Name |
Description |
TF |
Raw target‐flags value to decompose. |
Created with MrDocs