Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PtrDiffTy

1945     index = CGF.Builder.CreateIntCast(index, CGF.PtrDiffTy, isSigned,
2055 = Builder.CreatePtrToInt(op.LHS, CGF.PtrDiffTy, "sub.ptr.lhs.cast");
2057 = Builder.CreatePtrToInt(op.RHS, CGF.PtrDiffTy, "sub.ptr.rhs.cast");