Home | History | Annotate | Download | only in CodeGen

Lines Matching full:subtraction

2210   // In a subtraction, the LHS is always the pointer.
2225 // If this is subtraction, negate the index.
2362 return emitPointerArithmetic(CGF, op, /*subtraction*/ false);
2423 return emitPointerArithmetic(CGF, op, /*subtraction*/ true);
2425 // Otherwise, this is a pointer subtraction.
2427 // Do the raw subtraction part.