Searched refs:CustomCost (Results 1 – 1 of 1) sorted by relevance
1878 SmallVector<InstructionCost, 2> CustomCost; in getTypeBasedIntrinsicInstrCost() local1897 CustomCost.push_back(LT.first * 2); in getTypeBasedIntrinsicInstrCost()1906 std::min_element(CustomCost.begin(), CustomCost.end()); in getTypeBasedIntrinsicInstrCost()1907 if (MinCustomCostI != CustomCost.end()) in getTypeBasedIntrinsicInstrCost()