Searched refs:ValForExtOpnd (Results 1 – 1 of 1) sorted by relevance
2547 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther() local2549 if (!isa<Instruction>(ValForExtOpnd)) { in promoteOperandForOther()2550 TPT.setOperand(ExtOpnd, OpIdx, ValForExtOpnd); in promoteOperandForOther()2553 ExtForOpnd = cast<Instruction>(ValForExtOpnd); in promoteOperandForOther()