Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DCNFFormula.cpp149 auto ValIt = FormulaToVar.find(F); in buildCNF() local
150 assert(ValIt != FormulaToVar.end()); in buildCNF()
151 return ValIt->second; in buildCNF()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h2089 typename Container::iterator ContEnd, RandomAccessIterator ValIt,
2092 if (ValIt == ValEnd) {
2096 Cont.insert(ContIt, ValIt, ValEnd);
2099 *ContIt++ = *ValIt++;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1506 auto ValIt = llvm::find(LiveVec, Val); in CreateGCRelocates() local
1507 assert(ValIt != LiveVec.end() && "Val not found in LiveVec!"); in CreateGCRelocates()
1508 size_t Index = std::distance(LiveVec.begin(), ValIt); in CreateGCRelocates()