Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp121 const APInt *ConstA = nullptr, *ConstB = nullptr, *ConstC = nullptr; in getMaskedICmpType() local
122 match(A, m_APInt(ConstA)); in getMaskedICmpType()
126 bool IsAPow2 = ConstA && ConstA->isPowerOf2(); in getMaskedICmpType()
148 } else if (ConstA && ConstC && ConstC->isSubsetOf(*ConstA)) { in getMaskedICmpType()