Searched refs:InstForExtOpnd (Results 1 – 1 of 1) sorted by relevance
4666 Instruction *InstForExtOpnd = dyn_cast<Instruction>(ValForExtOpnd); in promoteOperandForOther() local4667 if (!InstForExtOpnd) in promoteOperandForOther()4671 Exts->push_back(InstForExtOpnd); in promoteOperandForOther()4673 CreatedInstsCost += !TLI.isExtFree(InstForExtOpnd); in promoteOperandForOther()