LLVM: llvm::TargetLoweringBase::ValueTypeActionImpl Class Reference (original) (raw)

#include "[llvm/CodeGen/TargetLowering.h](TargetLowering%5F8h%5Fsource.html)"

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

Detailed Description

Definition at line 1119 of file TargetLowering.h.

Constructor & Destructor Documentation

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

Definition at line 1125 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 1127 of file TargetLowering.h.

References llvm::MVT::SimpleTy.

setTypeAction()

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

Definition at line 1131 of file TargetLowering.h.

References llvm::MVT::SimpleTy.


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