Home
last modified time | relevance | path

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

/third_party/boost/libs/container/bench/
Dbench_set.hpp38 static const std::size_t NElements = 1000; variable
67 sorted_unique_range_int.resize(NElements); in fill_range_ints()
97 sorted_unique_range_string.resize(NElements); in fill_range_strings()
291 boost::container::vector<typename C::iterator> v_it(NElements); in search_time()
292 …boost::container::vector< std::pair<typename C::iterator, typename C::iterator> > v_itp(NElements); in search_time()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp851 ConstantInt *NElements, const DataLayout &DL, in OptimizeGlobalAddressOfMalloc() argument
857 if (NElements->getZExtValue() == 1) in OptimizeGlobalAddressOfMalloc()
861 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc()
1518 if (ConstantInt *NElements = dyn_cast<ConstantInt>(NElems)) in tryToOptimizeStoreOfMallocToGlobal() local
1522 if (NElements->getZExtValue() * DL.getTypeAllocSize(AllocTy) < 2048) { in tryToOptimizeStoreOfMallocToGlobal()
1523 OptimizeGlobalAddressOfMalloc(GV, CI, AllocTy, NElements, DL, TLI); in tryToOptimizeStoreOfMallocToGlobal()