Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp103 unsigned PrevCount; member
135 std::string Prevs(Data->PrevCount, '\02'); in ElCompletionFn()
183 Data->PrevCount = LI->lastchar - LI->cursor; in ElCompletionFn()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1102 auto PrevCount = getEntryCount(); in setEntryCount() local
1103 assert(!PrevCount || PrevCount->getType() == Count.getType()); in setEntryCount()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3706 unsigned PrevCount = Used.count(); in hasEqualOperands() local
3716 if (PrevCount == Used.count()) in hasEqualOperands()