Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IntPtrTy

1646           Arg = Builder.CreatePtrToInt(Arg, IntPtrTy);
1651 Arg = Builder.CreateZExt(Arg, IntPtrTy);