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