Lines Matching refs:op
102 InductionOp op, in InductionInfo()
108 operation(op), in InductionInfo()
125 InductionInfo* CreateInvariantOp(InductionOp op, InductionInfo* a, InductionInfo* b) { in CreateInvariantOp() argument
126 DCHECK(((op != kNeg && a != nullptr) || (op == kNeg && a == nullptr)) && b != nullptr); in CreateInvariantOp()
127 return CreateSimplifiedInvariant(op, a, b); in CreateInvariantOp()
136 InductionInfo* CreateTripCount(InductionOp op, in CreateTripCount() argument
141 return new (graph_->GetAllocator()) InductionInfo(kInvariant, op, a, b, nullptr, type); in CreateTripCount()
145 InductionOp op, in CreateInduction() argument
151 return new (graph_->GetAllocator()) InductionInfo(ic, op, a, b, f, type); in CreateInduction()
167 InductionInfo* TransferAddSub(InductionInfo* a, InductionInfo* b, InductionOp op);
182 InductionOp op,
189 InductionOp op);
240 InductionInfo* CreateSimplifiedInvariant(InductionOp op, InductionInfo* a, InductionInfo* b);