Searched refs:GetMatchPart (Results 1 – 1 of 1) sorted by relevance
1111 auto GetMatchPart = [&](ICmpInst *Cmp, in foldEqOfParts() local1141 std::optional<IntPart> L0 = GetMatchPart(Cmp0, 0); in foldEqOfParts()1142 std::optional<IntPart> R0 = GetMatchPart(Cmp0, 1); in foldEqOfParts()1143 std::optional<IntPart> L1 = GetMatchPart(Cmp1, 0); in foldEqOfParts()1144 std::optional<IntPart> R1 = GetMatchPart(Cmp1, 1); in foldEqOfParts()