Searched refs:GetMatchPart (Results 1 – 1 of 1) sorted by relevance
1154 auto GetMatchPart = [&](ICmpInst *Cmp, in foldEqOfParts() local1184 std::optional<IntPart> L0 = GetMatchPart(Cmp0, 0); in foldEqOfParts()1185 std::optional<IntPart> R0 = GetMatchPart(Cmp0, 1); in foldEqOfParts()1186 std::optional<IntPart> L1 = GetMatchPart(Cmp1, 0); in foldEqOfParts()1187 std::optional<IntPart> R1 = GetMatchPart(Cmp1, 1); in foldEqOfParts()