Searched refs:ConstantCandidate (Results 1 – 2 of 2) sorted by relevance
80 struct ConstantCandidate { struct89 ConstantCandidate(ConstantInt *ConstInt, ConstantExpr *ConstExpr=nullptr) : argument158 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>;
387 ConstIntCandVec.push_back(ConstantCandidate(ConstInt)); in collectConstantCandidates()437 ExprCandVec.push_back(ConstantCandidate( in collectConstantCandidates()667 llvm::stable_sort(ConstCandVec, [](const ConstantCandidate &LHS, in findBaseConstants()668 const ConstantCandidate &RHS) { in findBaseConstants()