reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3973 if (!ExtForOpnd) { 3982 ExtForOpnd = cast<Instruction>(ValForExtOpnd); 3985 Exts->push_back(ExtForOpnd); 3986 TPT.setOperand(ExtForOpnd, 0, Opnd); 3989 TPT.moveBefore(ExtForOpnd, ExtOpnd); 3990 TPT.setOperand(ExtOpnd, OpIdx, ExtForOpnd); 3991 CreatedInstsCost += !TLI.isExtFree(ExtForOpnd); 3993 ExtForOpnd = nullptr; 3995 if (ExtForOpnd == Ext) {