Searched refs:NumFound (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp138 int NumFound = 0; variable
150 ++NumFound;
154 if (Found && (FoundIsExact || NumFound == 1))
/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp381 unsigned NumFound = 0; local
386 ++NumFound;
387 if (NumFound == 1) {
390 if (NumFound == Chain.size()) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DReassociate.cpp725 unsigned NumFound = 0;
728 ++NumFound;
731 DEBUG(errs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
735 Value *Mul = ConstantInt::get(cast<IntegerType>(I->getType()), NumFound);
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1405 unsigned NumFound = 0;
1408 ++NumFound;
1411 DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp << '\n');
1417 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound);

Completed in 212 milliseconds