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