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