Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp148 int NumFound = 0; in getTypedMatcher() local
160 ++NumFound; in getTypedMatcher()
164 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp629 unsigned NumFound = 0; in getBoundaryInstrs() local
634 ++NumFound; in getBoundaryInstrs()
635 if (NumFound == 1) { in getBoundaryInstrs()
638 if (NumFound == Chain.size()) { in getBoundaryInstrs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1551 unsigned NumFound = 0; in OptimizeAdd() local
1554 ++NumFound; in OptimizeAdd()
1557 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp in OptimizeAdd()
1564 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound); in OptimizeAdd()