Searched refs:ConstA (Results 1 – 1 of 1) sorted by relevance
121 const APInt *ConstA = nullptr, *ConstB = nullptr, *ConstC = nullptr; in getMaskedICmpType() local122 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()