Searched refs:InsertCost (Results 1 – 1 of 1) sorted by relevance
570 int InsertCost = in scalarizeBinopOrCmp() local572 int OldCost = (IsConst0 ? 0 : InsertCost) + (IsConst1 ? 0 : InsertCost) + in scalarizeBinopOrCmp()574 int NewCost = ScalarOpCost + InsertCost + in scalarizeBinopOrCmp()575 (IsConst0 ? 0 : !Ins0->hasOneUse() * InsertCost) + in scalarizeBinopOrCmp()576 (IsConst1 ? 0 : !Ins1->hasOneUse() * InsertCost); in scalarizeBinopOrCmp()