Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp147 int NumFound = 0; in getTypedMatcher() local
159 ++NumFound; in getTypedMatcher()
163 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp627 unsigned NumFound = 0; in getBoundaryInstrs() local
632 ++NumFound; in getBoundaryInstrs()
633 if (NumFound == 1) { in getBoundaryInstrs()
636 if (NumFound == Chain.size()) { in getBoundaryInstrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1547 unsigned NumFound = 0; in OptimizeAdd() local
1550 ++NumFound; in OptimizeAdd()
1553 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp in OptimizeAdd()
1560 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound); in OptimizeAdd()