Home | History | Annotate | Download | only in optimizing

Lines Matching full:ksub

364                           LookupInfo(loop, instruction->InputAt(1)), kSub);
448 loop, phi, instruction, instruction->InputAt(0), instruction->InputAt(1), kSub, true);
586 } else if (op == kSub) { // Negation required.
765 } else if (op == kSub) {
774 CreateInvariantOp(kSub, a, initial),
1017 trip_count = CreateInvariantOp(kSub, trip_count, CreateConstant(1, type));
1025 kDiv, CreateInvariantOp(kSub, trip_count, lower_expr), stride_expr);
1262 if (op == kAdd || op == kSub || op == kXor) {
1278 return CreateSimplifiedInvariant(kSub, a, b->op_b);
1279 } else if (op == kSub) {
1284 } else if (b->operation == kSub) {
1287 return CreateSimplifiedInvariant(kSub, b->op_b, b->op_a);
1398 case kSub: