HomeSort by relevance Sort by last modified time
    Searched full:i234 (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 235 @i234_s = external global i234 ; <i234*> [#uses=1]
1424 define void @i234_ls(i234 %x) nounwind {
1425 store i234 %x, i234* @i234_s
    [all...]
APIntSextParam.ll 235 @i234_s = external global i234 ; <i234*> [#uses=1]
    [all...]
APIntZextParam.ll 235 @i234_s = external global i234 ; <i234*> [#uses=1]
    [all...]
APIntLoadStore.ll 468 @i234_l = external global i234 ; <i234*> [#uses=1]
469 @i234_s = external global i234 ; <i234*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 376 int i234[] = {1, 1, 1, 0, 0, 1, 0}; local
503 assert(std::is_heap(i234, i234+7) == (std::is_heap_until(i234, i234+7) == i234+7));
is_heap_until.pass.cpp 376 int i234[] = {1, 1, 1, 0, 0, 1, 0}; local
503 assert(std::is_heap_until(i234, i234+7) == i234+7);
is_heap_until_comp.pass.cpp 377 int i234[] = {1, 1, 1, 0, 0, 1, 0}; local
504 assert(std::is_heap_until(i234, i234+7, std::greater<int>()) == i234+3);
is_heap_comp.pass.cpp 377 int i234[] = {1, 1, 1, 0, 0, 1, 0}; local
    [all...]
  /external/llvm/test/CodeGen/ARM/
vmul.ll 561 %shuffle.i234 = shufflevector <2 x i64> undef, <2 x i64> undef, <1 x i32> zeroinitializer

Completed in 278 milliseconds