Searched refs:ExtendCost (Results 1 – 1 of 1) sorted by relevance
603 InstructionCost ExtendCost = Tp->getElementType()->isIntegerTy(1) ? 3 : 0; in getShuffleCost() local604 return LT.first * (LenCost + GatherCost + ExtendCost); in getShuffleCost()1598 InstructionCost ExtendCost in getVectorInstrCost() local1603 return ExtendCost + ExtractCost; in getVectorInstrCost()1605 InstructionCost ExtendCost in getVectorInstrCost() local1613 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()