Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3362 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);
3415 Value *TypePromotionTransaction::createZExt(Instruction *Inst, Value *Opnd, in createZExt() function in TypePromotionTransaction
4655 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()
4759 : TPT.createZExt(ExtOpnd, Opnd, Ext->getType()); in promoteOperandForOther()