Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateZExt

1460         return IRB.CreateZExt(V, NewITy);
1731 V = IRB.CreateZExt(V, IntTy, Name + ".ext");
2219 V = IRB.CreateMul(IRB.CreateZExt(V, SplatIntTy, "zext"),