Rotation applied to a complex value in the complex plane.
Declared in <llvm/CodeGen/ComplexDeinterleavingPass.h>
enum class ComplexDeinterleavingRotation : int;
| Name | Description |
|---|---|
Rotation_0 | No rotation (0 degrees). |
Rotation_90 | Rotation by 90 degrees (multiply by i). |
Rotation_180 | Rotation by 180 degrees (negate). |
Rotation_270 | Rotation by 270 degrees (multiply by -i). |