Searched refs:InsertCost (Results 1 – 2 of 2) sorted by relevance
667 InstructionCost InsertCost = in scalarizeBinopOrCmp() local670 (IsConst0 ? 0 : InsertCost) + (IsConst1 ? 0 : InsertCost) + VectorOpCost; in scalarizeBinopOrCmp()671 InstructionCost NewCost = ScalarOpCost + InsertCost + in scalarizeBinopOrCmp()672 (IsConst0 ? 0 : !Ins0->hasOneUse() * InsertCost) + in scalarizeBinopOrCmp()673 (IsConst1 ? 0 : !Ins1->hasOneUse() * InsertCost); in scalarizeBinopOrCmp()
7224 InstructionCost InsertCost = TTI->getScalarizationOverhead( in getTreeCost() local7227 Cost -= InsertCost; in getTreeCost()