Searched refs:VecLdCost (Results 1 – 2 of 2) sorted by relevance
2316 int VecLdCost = in getEntryCost() local2320 VecLdCost += TTI->getShuffleCost( in getEntryCost()2323 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()
1685 int VecLdCost = TTI->getMemoryOpCost(Instruction::Load, in getEntryCost() local1687 return VecLdCost - ScalarLdCost; in getEntryCost()