Home
last modified time | relevance | path

Searched refs:NeedsInserts (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
864 NeedsInserts = false; in getCastInstrCost()
870 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, false); in getCastInstrCost()