Home
last modified time | relevance | path

Searched refs:GetMatchPart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1154 auto GetMatchPart = [&](ICmpInst *Cmp, in foldEqOfParts() local
1184 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()