Home
last modified time | relevance | path

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

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