Home
last modified time | relevance | path

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

/external/libcxx/src/
Dios.cpp239 int* indxs = static_cast<int *>(realloc(__index_, newcap * sizeof(int))); in register_callback() local
240 if (indxs == 0) in register_callback()
242 __index_ = indxs; in register_callback()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmasked_gather_scatter.ll2406 define <8 x i32> @test_global_array(<8 x i64> %indxs) {
2442 %p = getelementptr inbounds [16 x i32], [16 x i32]* @glob_array, i64 0, <8 x i64> %indxs