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.cpp120 const APInt *ConstA = nullptr, *ConstB = nullptr, *ConstC = nullptr; in getMaskedICmpType() local
121 match(A, m_APInt(ConstA)); in getMaskedICmpType()
125 bool IsAPow2 = ConstA && ConstA->isPowerOf2(); in getMaskedICmpType()
147 } else if (ConstA && ConstC && ConstC->isSubsetOf(*ConstA)) { in getMaskedICmpType()