Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreatePtrToInt

597     return Builder.CreatePtrToInt(Src, DstTy, "conv");
1196 return Builder.CreatePtrToInt(Visit(E), ConvertType(DestTy));
2019 = Builder.CreatePtrToInt(op.LHS, CGF.PtrDiffTy, "sub.ptr.lhs.cast");
2021 = Builder.CreatePtrToInt(op.RHS, CGF.PtrDiffTy, "sub.ptr.rhs.cast");