Searched refs:createZExt (Results 1 – 1 of 1) sorted by relevance
3008 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);3065 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in TypePromotionTransaction4305 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()4414 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()