Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1506 unsigned NumFound = 0; in OptimizeAdd() local
1509 ++NumFound; in OptimizeAdd()
1512 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp in OptimizeAdd()
1519 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound); in OptimizeAdd()