Searched refs:LibCost (Results 1 – 1 of 1) sorted by relevance
8973 auto LibCost = InstructionCost::getInvalid(); in getVectorCallCosts() local8977 LibCost = in getVectorCallCosts()8988 LibCost.isValid() ? LibCost : ScalarLimit); in getVectorCallCosts()8991 if ((LibCost.isValid() && IntrinsicCost > LibCost) || in getVectorCallCosts()8992 (!LibCost.isValid() && IntrinsicCost > ScalarLimit)) in getVectorCallCosts()8995 return {IntrinsicCost, LibCost}; in getVectorCallCosts()