Searched refs:trip_expr (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_range.cc307 HInductionVarAnalysis::InductionInfo* trip_expr = trip->op_a; local
308 if (trip_expr->operation == HInductionVarAnalysis::kSub) {
312 // Test original trip's negative operand (trip_expr->op_b) against offset of induction.
313 if (HInductionVarAnalysis::InductionEqual(trip_expr->op_b, info->op_b)) {
314 // Analyze cancelled trip with just the positive operand (trip_expr->op_a).
318 trip_expr->op_a,
325 // Test original trip's positive operand (trip_expr->op_a) against offset of induction.
326 if (HInductionVarAnalysis::InductionEqual(trip_expr->op_a, info->op_b)) {
327 // Analyze cancelled trip with just the negative operand (trip_expr->op_b).
332 trip_expr
[all...]

Completed in 41 milliseconds