Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp550 unsigned NumFound = 0; in getBoundaryInstrs() local
555 ++NumFound; in getBoundaryInstrs()
556 if (NumFound == 1) { in getBoundaryInstrs()
559 if (NumFound == Chain.size()) { in getBoundaryInstrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1449 unsigned NumFound = 0; in OptimizeAdd() local
1452 ++NumFound; in OptimizeAdd()
1455 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp in OptimizeAdd()
1462 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound); in OptimizeAdd()