Home | History | Annotate | Download | only in IR

Lines Matching defs:ZExtInst

2294     case ZExt:     return new ZExtInst     (S, Ty, Name, InsertBefore);
2315 case ZExt: return new ZExtInst (S, Ty, Name, InsertAtEnd);
2720 ZExtInst::ZExtInst(
2726 ZExtInst::ZExtInst(
3449 ZExtInst *ZExtInst::clone_impl() const {
3450 return new ZExtInst(getOperand(0), getType());