LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 291 of file TargetLowering.h.

Constructor & Destructor Documentation

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

Definition at line 297 of file TargetLowering.h.

References llvm::array_endof().

Member Function Documentation

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

Definition at line 305 of file TargetLowering.h.

References I, and llvm::MVT::SimpleTy.

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


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