Searched refs:ConstantCandidate (Results 1 – 2 of 2) sorted by relevance
79 struct ConstantCandidate { struct88 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument157 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
385 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()443 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()673 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()674 const ConstantCandidate &RHS) { in findBaseConstants()