Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp595 unsigned NumFound = 0; in getBoundaryInstrs() local
600 ++NumFound; in getBoundaryInstrs()
601 if (NumFound == 1) { in getBoundaryInstrs()
604 if (NumFound == Chain.size()) { in getBoundaryInstrs()
/netbsd-src/external/apache2/llvm/dist/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()