Searched refs:ConstantCandidate (Results 1 – 6 of 6) sorted by relevance
61 struct ConstantCandidate { struct66 ConstantCandidate(ConstantInt *ConstInt) in ConstantCandidate() function111 typedef std::vector<consthoist::ConstantCandidate> ConstCandVecType;
80 struct ConstantCandidate { struct89 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument158 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
198 ConstCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()416 [](const ConstantCandidate &LHS, const ConstantCandidate &RHS) { in findBaseConstants()
378 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()426 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()655 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()656 const ConstantCandidate &RHS) { in findBaseConstants()
380 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()430 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()660 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()661 const ConstantCandidate &RHS) { in findBaseConstants()