Searched refs:ExtendCost (Results 1 – 1 of 1) sorted by relevance
537 InstructionCost ExtendCost = Tp->getElementType()->isIntegerTy(1) ? 3 : 0; in getShuffleCost() local538 return LT.first * (LenCost + GatherCost + ExtendCost); in getShuffleCost()1202 InstructionCost ExtendCost in getVectorInstrCost() local1207 return ExtendCost + ExtractCost; in getVectorInstrCost()1209 InstructionCost ExtendCost in getVectorInstrCost() local1217 return ExtendCost + InsertCost + TruncCost; in getVectorInstrCost()