LLVM 22.0.0git
llvm::TargetLoweringBase::ValueTypeActionImpl Class Reference

#include "llvm/CodeGen/TargetLowering.h"

Public Member Functions

 ValueTypeActionImpl ()
LegalizeTypeAction getTypeAction (MVT VT) const
void setTypeAction (MVT VT, LegalizeTypeAction Action)

Detailed Description

Definition at line 1126 of file TargetLowering.h.

Constructor & Destructor Documentation

◆ ValueTypeActionImpl()

llvm::TargetLoweringBase::ValueTypeActionImpl::ValueTypeActionImpl ( )
inline

Definition at line 1132 of file TargetLowering.h.

References llvm::fill(), and llvm::TargetLoweringBase::TypeLegal.

Member Function Documentation

◆ getTypeAction()

LegalizeTypeAction llvm::TargetLoweringBase::ValueTypeActionImpl::getTypeAction ( MVT VT) const
inline

Definition at line 1134 of file TargetLowering.h.

References llvm::MVT::SimpleTy.

◆ setTypeAction()

void llvm::TargetLoweringBase::ValueTypeActionImpl::setTypeAction ( MVT VT,
LegalizeTypeAction Action )
inline

Definition at line 1138 of file TargetLowering.h.

References llvm::MVT::SimpleTy.


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