Searched refs:GetMatchPart (Results 1 – 1 of 1) sorted by relevance
1188 auto GetMatchPart = [&](Value *CmpV, in foldEqOfParts() local1232 std::optional<IntPart> L0 = GetMatchPart(Cmp0, 0); in foldEqOfParts()1233 std::optional<IntPart> R0 = GetMatchPart(Cmp0, 1); in foldEqOfParts()1234 std::optional<IntPart> L1 = GetMatchPart(Cmp1, 0); in foldEqOfParts()1235 std::optional<IntPart> R1 = GetMatchPart(Cmp1, 1); in foldEqOfParts()