Home
last modified time | relevance | path

Searched refs:LTSrc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp818 std::pair<int, MVT> LTSrc = TLI->getTypeLegalizationCost(DL, Src); in getCastInstrCost() local
823 LTDest.second, LTSrc.second)) in getCastInstrCost()
824 return LTSrc.first * Entry->Cost; in getCastInstrCost()