Searched refs:ConstA (Results 1 – 4 of 4) sorted by relevance
70 using ConstA = std::array<int const, Size>; in test_all() typedef95 ConstA a{}; in test_all()
81 const auto &ConstA = cast<MCConstantExpr>(A); in equals() local83 return ConstA.getValue() == ConstB.getValue(); in equals()
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()
1102 Constant *ConstA, *ConstB; in FoldOpIntoSelect() local1103 if (!match(A, m_Constant(ConstA)) || !match(B, m_Constant(ConstB))) in FoldOpIntoSelect()1111 auto *Cmp = ConstantExpr::getCompare(ICmpInst::ICMP_EQ, ConstA, ConstB); in FoldOpIntoSelect()