Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2141 unsigned LastOneMath = Width - C2->countr_zero(); in canonicalizeLogicFirst() local
2145 if (C->countl_one() < LastOneMath) in canonicalizeLogicFirst()
2150 if (C->countl_zero() < LastOneMath) in canonicalizeLogicFirst()