LLVM API Documentation
Type Conversion Cost Table. More...
#include <CostTable.h>
Public Attributes | |
int | ISD |
TypeTy | Dst |
TypeTy | Src |
unsigned | Cost |
Type Conversion Cost Table.
Definition at line 49 of file CostTable.h.
unsigned llvm::TypeConversionCostTblEntry< TypeTy >::Cost |
Definition at line 53 of file CostTable.h.
TypeTy llvm::TypeConversionCostTblEntry< TypeTy >::Dst |
Definition at line 51 of file CostTable.h.
int llvm::TypeConversionCostTblEntry< TypeTy >::ISD |
Definition at line 50 of file CostTable.h.
TypeTy llvm::TypeConversionCostTblEntry< TypeTy >::Src |
Definition at line 52 of file CostTable.h.