Home
last modified time | relevance | path

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

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