Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1909 unsigned LastOneMath = Width - C2->countTrailingZeros(); in canonicalizeLogicFirst() local
1913 if (C->countLeadingOnes() < LastOneMath) in canonicalizeLogicFirst()
1918 if (C->countLeadingZeros() < LastOneMath) in canonicalizeLogicFirst()