Return how the given operation should be treated for the given value type.
Declared in <llvm/CodeGen/TargetLowering.h>
LegalizeAction
getOperationAction(
unsigned int Op,
EVT VT) const;
Return how this operation should be treated: either it is legal, needs to be promoted to a larger size, needs to be expanded to some other code sequence, or the target has a custom expander for it.
How the given operation should be treated for the given value type.
| Name | Description |
|---|---|
| Op | SDNode or value being queried. |
| VT | Value type being queried or transformed. |