Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp860 bool NeedsInserts = true, NeedsExtracts = true; in getCastInstrCost() local
867 NeedsExtracts = false; in getCastInstrCost()
869 TotCost += getScalarizationOverhead(SrcVecTy, false, NeedsExtracts); in getCastInstrCost()