Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateZExt

1649           Arg = Builder.CreateZExt(Arg, OutputTy);
1651 Arg = Builder.CreateZExt(Arg, IntPtrTy);