Searched refs:Depth2 (Results 1 – 1 of 1) sorted by relevance
1504 unsigned Depth2 = CalculateTemplateDepthForConstraints(*this, D2, true); in IsAtLeastAsConstrained() local1507 if (Depth2 > Depth1) { in IsAtLeastAsConstrained()1508 AC1[I] = AdjustConstraintDepth(*this, Depth2 - Depth1) in IsAtLeastAsConstrained()1511 } else if (Depth1 > Depth2) { in IsAtLeastAsConstrained()1512 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2) in IsAtLeastAsConstrained()