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