Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp142 int NumFound = 0; in getTypedMatcher() local
154 ++NumFound; in getTypedMatcher()
158 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp535 unsigned NumFound = 0; in getBoundaryInstrs() local
540 ++NumFound; in getBoundaryInstrs()
541 if (NumFound == 1) { in getBoundaryInstrs()
544 if (NumFound == Chain.size()) { in getBoundaryInstrs()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1422 unsigned NumFound = 0; in OptimizeAdd() local
1425 ++NumFound; in OptimizeAdd()
1428 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp in OptimizeAdd()
1435 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound); in OptimizeAdd()