Searched refs:TotCost (Results 1 – 1 of 1) sorted by relevance
860 InstructionCost TotCost = VF * ScalarCost; in getCastInstrCost() local870 TotCost += getScalarizationOverhead(SrcVecTy, /*Insert*/ false, in getCastInstrCost()872 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, in getCastInstrCost()877 TotCost *= 2; in getCastInstrCost()879 return TotCost; in getCastInstrCost()