LLVM API Documentation

Public Attributes
llvm::TypeConversionCostTblEntry< TypeTy > Struct Template Reference

Type Conversion Cost Table. More...

#include <CostTable.h>

Collaboration diagram for llvm::TypeConversionCostTblEntry< TypeTy >:
Collaboration graph
[legend]

List of all members.

Public Attributes

int ISD
TypeTy Dst
TypeTy Src
unsigned Cost

Detailed Description

template<class TypeTy>
struct llvm::TypeConversionCostTblEntry< TypeTy >

Type Conversion Cost Table.

Definition at line 49 of file CostTable.h.


Member Data Documentation

template<class TypeTy>
unsigned llvm::TypeConversionCostTblEntry< TypeTy >::Cost

Definition at line 53 of file CostTable.h.

template<class TypeTy>
TypeTy llvm::TypeConversionCostTblEntry< TypeTy >::Dst

Definition at line 51 of file CostTable.h.

template<class TypeTy>
int llvm::TypeConversionCostTblEntry< TypeTy >::ISD

Definition at line 50 of file CostTable.h.

template<class TypeTy>
TypeTy llvm::TypeConversionCostTblEntry< TypeTy >::Src

Definition at line 52 of file CostTable.h.


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