LLVM 22.0.0git
llvm::LshrOfTruncOfLshr Struct Reference

#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"

Public Attributes

bool Mask = false
APInt MaskVal
Register Src
APInt ShiftAmt
LLT ShiftAmtTy
LLT InnerShiftTy

Detailed Description

Definition at line 84 of file CombinerHelper.h.

Member Data Documentation

◆ InnerShiftTy

LLT llvm::LshrOfTruncOfLshr::InnerShiftTy

◆ Mask

bool llvm::LshrOfTruncOfLshr::Mask = false

◆ MaskVal

APInt llvm::LshrOfTruncOfLshr::MaskVal

◆ ShiftAmt

APInt llvm::LshrOfTruncOfLshr::ShiftAmt

◆ ShiftAmtTy

LLT llvm::LshrOfTruncOfLshr::ShiftAmtTy

◆ Src

Register llvm::LshrOfTruncOfLshr::Src

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