Home
last modified time | relevance | path

Searched refs:ConstA (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp70 using ConstA = std::array<int const, Size>; in test_all() typedef
95 ConstA a{}; in test_all()
/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp81 const auto &ConstA = cast<MCConstantExpr>(A); in equals() local
83 return ConstA.getValue() == ConstB.getValue(); in equals()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp158 const APInt *ConstA = nullptr, *ConstB = nullptr, *ConstC = nullptr; in getMaskedICmpType() local
159 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()
H A DInstructionCombining.cpp1102 Constant *ConstA, *ConstB; in FoldOpIntoSelect() local
1103 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()