Searched defs:ConvertCostTableLookup (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Target/
H A DCostTable.h59 int ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy> *Tbl, function in namespace:llvm
73 int ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy>(&Tbl)[N],
75 return ConvertCostTableLookup(Tbl, N, ISD, Dst, Src);

Completed in 81 milliseconds