LLVM 24.0.0git
llvm::AArch64_IMM::ImmInsnModel Struct Reference

#include "Target/AArch64/AArch64ExpandImm.h"

Public Attributes

unsigned Opcode
std::optional< uint32_tOp1
std::optional< uint32_tOp2

Detailed Description

Definition at line 22 of file AArch64ExpandImm.h.

Member Data Documentation

◆ Op1

std::optional<uint32_t> llvm::AArch64_IMM::ImmInsnModel::Op1

Definition at line 24 of file AArch64ExpandImm.h.

◆ Op2

std::optional<uint32_t> llvm::AArch64_IMM::ImmInsnModel::Op2

Definition at line 25 of file AArch64ExpandImm.h.

Referenced by llvm::AArch64TargetLowering::isFPImmLegal().

◆ Opcode

unsigned llvm::AArch64_IMM::ImmInsnModel::Opcode

Definition at line 23 of file AArch64ExpandImm.h.

Referenced by llvm::AArch64TargetLowering::isFPImmLegal().


The documentation for this struct was generated from the following file: