Lines Matching refs:op
105 InductionOp op, in InductionInfo()
111 operation(op), in InductionInfo()
127 InductionOp op, in CreateInvariantOp() argument
130 DCHECK(((op != kNeg && a != nullptr) || (op == kNeg && a == nullptr)) && b != nullptr); in CreateInvariantOp()
131 return CreateSimplifiedInvariant(context, loop, op, a, b); in CreateInvariantOp()
140 InductionInfo* CreateTripCount(InductionOp op, in CreateTripCount() argument
145 return new (graph_->GetAllocator()) InductionInfo(kInvariant, op, a, b, nullptr, type); in CreateTripCount()
149 InductionOp op, in CreateInduction() argument
155 return new (graph_->GetAllocator()) InductionInfo(ic, op, a, b, f, type); in CreateInduction()
180 InductionOp op,
208 InductionOp op,
216 InductionOp op,
284 InductionOp op,