ΒΆtemplate <size_t N, class CostType>
inline const TypeConversionCostTblEntryT<
    CostType>*
ConvertCostTableLookup(
    const TypeConversionCostTblEntryT<
        CostType> (&)[N] Table,
    int ISD,
    llvm::MVT Dst,
    llvm::MVT Src)

Declared at: llvm/include/llvm/CodeGen/CostTable.h:81

Templates

size_t N
CostType

Parameters

const TypeConversionCostTblEntryT<CostType> (&)[N] Table
int ISD
llvm::MVT Dst
llvm::MVT Src