Searched refs:IntOrFpCost (Results 1 – 1 of 1) sorted by relevance
4614 int IntOrFpCost = ScalarType->isFloatingPointTy() ? 0 : 1; in getVectorInstrCost() local4615 return ShuffleCost + IntOrFpCost + RegisterFileMoveCost; in getVectorInstrCost()