Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PtrDiffTy

2225     index = CGF.Builder.CreateIntCast(index, CGF.PtrDiffTy, isSigned,
2433 = Builder.CreatePtrToInt(op.LHS, CGF.PtrDiffTy, "sub.ptr.lhs.cast");
2435 = Builder.CreatePtrToInt(op.RHS, CGF.PtrDiffTy, "sub.ptr.rhs.cast");