Home | History | Annotate | Download | only in IR

Lines Matching refs:ZExtInst

2381   case ZExt:          return new ZExtInst          (S, Ty, Name, InsertBefore);
2403 case ZExt: return new ZExtInst (S, Ty, Name, InsertAtEnd);
2909 ZExtInst::ZExtInst(
2915 ZExtInst::ZExtInst(
3629 ZExtInst *ZExtInst::clone_impl() const {
3630 return new ZExtInst(getOperand(0), getType());