Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateZExt

797     N = IC.Builder->CreateZExt(N, Z->getDestTy());
1169 Value *Ext = Builder->CreateZExt(Cmp, I.getType());