LLVM  4.0.0
Public Member Functions | List of all members
llvm::TargetLoweringBase::ValueTypeActionImpl Class Reference

#include <TargetLowering.h>

Public Member Functions

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

Detailed Description

Definition at line 540 of file TargetLowering.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 551 of file TargetLowering.h.

References llvm::MVT::SimpleTy.

Referenced by llvm::TargetLoweringBase::getTypeAction().

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

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