ΒΆinline const llvm::TypeConversionCostTblEntry*
ConvertCostTableLookup(
    ArrayRef<llvm::TypeConversionCostTblEntry>
        Tbl,
    int ISD,
    llvm::MVT Dst,
    llvm::MVT Src)

Description

Find in type conversion cost table, TypeTy must be comparable to CompareTy by ==

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

Parameters

ArrayRef<llvm::TypeConversionCostTblEntry> Tbl
int ISD
llvm::MVT Dst
llvm::MVT Src