Searched refs:Depth1 (Results 1 – 1 of 1) sorted by relevance
1788 unsigned Depth1 = CalculateTemplateDepthForConstraints(*this, D1, true); in IsAtLeastAsConstrained() local1792 if (Depth2 > Depth1) { in IsAtLeastAsConstrained()1793 AC1[I] = AdjustConstraintDepth(*this, Depth2 - Depth1) in IsAtLeastAsConstrained()1796 } else if (Depth1 > Depth2) { in IsAtLeastAsConstrained()1797 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2) in IsAtLeastAsConstrained()