Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3004 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);
3061 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in TypePromotionTransaction
4301 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()
4410 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()