Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2440 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);
2488 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in __anonebd7bfba0211::TypePromotionTransaction
2915 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()
3026 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()