Home
last modified time | relevance | path

Searched refs:ValIt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp247 auto ValIt = SubValsToVar.find(Val); in buildBooleanFormula() local
248 assert(ValIt != SubValsToVar.end()); in buildBooleanFormula()
249 return ValIt->second; in buildBooleanFormula()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSTLExtras.h1831 typename Container::iterator ContEnd, RandomAccessIterator ValIt,
1834 if (ValIt == ValEnd) {
1838 Cont.insert(ContIt, ValIt, ValEnd);
1841 *ContIt++ = *ValIt++;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1476 auto ValIt = llvm::find(LiveVec, Val); in CreateGCRelocates() local
1477 assert(ValIt != LiveVec.end() && "Val not found in LiveVec!"); in CreateGCRelocates()
1478 size_t Index = std::distance(LiveVec.begin(), ValIt); in CreateGCRelocates()