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