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.cpp148 auto ValIt = FormulaToVar.find(F); in buildCNF() local
149 assert(ValIt != FormulaToVar.end()); in buildCNF()
150 return ValIt->second; in buildCNF()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h2171 typename Container::iterator ContEnd, RandomAccessIterator ValIt,
2174 if (ValIt == ValEnd) {
2179 Cont.insert(ContIt, ValIt, ValEnd);
2182 *ContIt = *ValIt;
2184 ++ValIt;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1511 auto ValIt = llvm::find(LiveVec, Val); in CreateGCRelocates() local
1512 assert(ValIt != LiveVec.end() && "Val not found in LiveVec!"); in CreateGCRelocates()
1513 size_t Index = std::distance(LiveVec.begin(), ValIt); in CreateGCRelocates()