Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateZExt

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