Searched refs:getOperandsExtensionCost (Results 1 – 1 of 1) sorted by relevance
862 static unsigned getOperandsExtensionCost(const Instruction *I) { in getOperandsExtensionCost() function895 Cost += (I != nullptr ? getOperandsExtensionCost(I) : 2); in getCmpSelInstrCost()