Searched refs:Depth2 (Results 1 – 1 of 1) sorted by relevance
1738 unsigned Depth2 = CalculateTemplateDepthForConstraints(*this, D2, true); in IsAtLeastAsConstrained() local1741 if (Depth2 > Depth1) { in IsAtLeastAsConstrained()1743 AdjustConstraintDepth(*this, Depth2 - Depth1) in IsAtLeastAsConstrained()1746 } else if (Depth1 > Depth2) { in IsAtLeastAsConstrained()1748 AdjustConstraintDepth(*this, Depth1 - Depth2) in IsAtLeastAsConstrained()