Searched refs:SlideCost (Results 1 – 1 of 1) sorted by relevance
1225 unsigned SlideCost = Opcode == Instruction::InsertElement ? 2 : 1; in getVectorInstrCost() local1237 SlideCost = 0; in getVectorInstrCost()1239 SlideCost = 1; // With a constant index, we do not need to use addi. in getVectorInstrCost()1265 return BaseCost + SlideCost; in getVectorInstrCost()