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