HomeSort by: relevance | last modified time | path
    Searched refs:NumFound (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 147 int NumFound = 0;
159 ++NumFound;
163 if (Found && (FoundIsExact || NumFound == 1))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 595 unsigned NumFound = 0;
600 ++NumFound;
601 if (NumFound == 1) {
604 if (NumFound == Chain.size()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Reassociate.cpp 1547 unsigned NumFound = 0;
1550 ++NumFound;
1553 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp
1560 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound);

Completed in 189 milliseconds