Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7267 auto CheckUGT1 = [](const APInt &Divisor) { return Divisor.ugt(1); }; in foldICmpCommutative() local
7269 if (match(Op0, m_UDiv(m_Specific(Op1), m_CheckedInt(CheckUGT1)))) { in foldICmpCommutative()
7275 match(Op0, m_SDiv(m_Specific(Op1), m_CheckedInt(CheckUGT1)))) { in foldICmpCommutative()