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

  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 %x) nounwind {
1300 store i209 %x, i209* @i209_s
    [all...]
APIntSextParam.ll 210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 signext %x) nounwind {
1300 store i209 %x, i209* @i209_s
    [all...]
APIntZextParam.ll 210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 zeroext %x) nounwind {
1300 store i209 %x, i209* @i209_s
    [all...]
APIntLoadStore.ll 418 @i209_l = external global i209 ; <i209*> [#uses=1]
419 @i209_s = external global i209 ; <i209*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 351 int i209[] = {1, 0, 1, 1, 0, 0, 1}; local
478 assert(std::is_heap(i209, i209+7) == (std::is_heap_until(i209, i209+7) == i209+7));
is_heap_until.pass.cpp 351 int i209[] = {1, 0, 1, 1, 0, 0, 1}; local
478 assert(std::is_heap_until(i209, i209+7) == i209+3);
is_heap_until_comp.pass.cpp 352 int i209[] = {1, 0, 1, 1, 0, 0, 1}; local
479 assert(std::is_heap_until(i209, i209+7, std::greater<int>()) == i209+1);
is_heap_comp.pass.cpp 352 int i209[] = {1, 0, 1, 1, 0, 0, 1}; local
    [all...]
  /external/llvm/test/CodeGen/ARM/
vmul.ll 567 %mul.i209 = mul <8 x i16> undef, <i16 80, i16 80, i16 80, i16 80, i16 80, i16 80, i16 80, i16 80>
569 %vshr_n134 = lshr <8 x i16> %mul.i209, <i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8>

Completed in 2186 milliseconds