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