Searched refs:createSExt (Results 1 – 1 of 1) sorted by relevance
3005 Value *createSExt(Instruction *Inst, Value *Opnd, Type *Ty);3057 Value *TypePromotionTransaction::createSExt(Instruction *Inst, in createSExt() function in TypePromotionTransaction4413 Value *ValForExtOpnd = IsSExt ? TPT.createSExt(Ext, Opnd, Ext->getType()) in promoteOperandForOther()