Home | History | Annotate | Download | only in IR

Lines Matching defs:ZExtInst

2331     case ZExt:     return new ZExtInst     (S, Ty, Name, InsertBefore);
2352 case ZExt: return new ZExtInst (S, Ty, Name, InsertAtEnd);
2807 ZExtInst::ZExtInst(
2813 ZExtInst::ZExtInst(
3536 ZExtInst *ZExtInst::clone_impl() const {
3537 return new ZExtInst(getOperand(0), getType());