Searched refs:ConstantCandidate (Results 1 – 2 of 2) sorted by relevance
82 struct ConstantCandidate { struct91 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument161 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
390 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()448 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()676 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()677 const ConstantCandidate &RHS) { in findBaseConstants()