Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LineEditor/
H A DLineEditor.cpp102 unsigned PrevCount; member
134 std::string Prevs(Data->PrevCount, '\02'); in ElCompletionFn()
182 Data->PrevCount = LI->lastchar - LI->cursor; in ElCompletionFn()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp2062 auto PrevCount = getEntryCount(); in setEntryCount() local
2063 assert(!PrevCount || PrevCount->getType() == Count.getType()); in setEntryCount()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2445 unsigned PrevCount = Used.count(); in hasEqualOperands() local
2455 if (PrevCount == Used.count()) in hasEqualOperands()