Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDVariantValue.cpp148 int NumFound = 0; in getTypedMatcher() local
160 ++NumFound; in getTypedMatcher()
164 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDReassociate.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()