Searched refs:ConstA (Results 1 – 2 of 2) sorted by relevance
158 const APInt *ConstA = nullptr, *ConstB = nullptr, *ConstC = nullptr; in getMaskedICmpType() local159 match(A, m_APInt(ConstA)); in getMaskedICmpType()163 bool IsAPow2 = ConstA && ConstA->isPowerOf2(); in getMaskedICmpType()185 } else if (ConstA && ConstC && ConstC->isSubsetOf(*ConstA)) { in getMaskedICmpType()
1144 Constant *ConstA, *ConstB; in FoldOpIntoSelect() local1145 if (!match(A, m_Constant(ConstA)) || !match(B, m_Constant(ConstB))) in FoldOpIntoSelect()1153 auto *Cmp = ConstantExpr::getCompare(ICmpInst::ICMP_EQ, ConstA, ConstB); in FoldOpIntoSelect()