Home
last modified time | relevance | path

Searched refs:createZExt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3027 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);
3084 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in TypePromotionTransaction
4325 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()
4434 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()