Searched refs:LTSrc (Results 1 – 2 of 2) sorted by relevance
818 std::pair<int, MVT> LTSrc = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local823 LTDest.second, LTSrc.second)) in getCastInstrCost()824 return LTSrc.first * Entry->Cost; in getCastInstrCost()
1452 std::pair<int, MVT> LTSrc = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local1457 LTDest.second, LTSrc.second)) in getCastInstrCost()1458 return LTSrc.first * Entry->Cost; in getCastInstrCost()