Home | History | Annotate | Download | only in CodeGen

Lines Matching full:subtraction

1915   // In a subtraction, the LHS is always the pointer.
1930 // If this is subtraction, negate the index.
1988 return emitPointerArithmetic(CGF, op, /*subtraction*/ false);
2034 return emitPointerArithmetic(CGF, op, /*subtraction*/ true);
2036 // Otherwise, this is a pointer subtraction.
2038 // Do the raw subtraction part.