/external/llvm/test/Transforms/InstCombine/ |
or.ll | 341 %and.i135 = sext <4 x i1> %and.i1352 to <4 x i32> ; <<4 x i32>> [#uses=2] 342 %and.i129 = and <4 x i32> %vecinit6.i176, %and.i135 ; <<4 x i32>> [#uses=1] 343 %neg.i = xor <4 x i32> %and.i135, <i32 -1, i32 -1, i32 -1, i32 -1> ; <<4 x i32>> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 136 @i135_s = external global i135 ; <i135*> [#uses=1] 929 define void @i135_ls(i135 %x) nounwind { 930 store i135 %x, i135* @i135_s [all...] |
APIntSextParam.ll | 136 @i135_s = external global i135 ; <i135*> [#uses=1] 929 define void @i135_ls(i135 signext %x) nounwind { 930 store i135 %x, i135* @i135_s [all...] |
APIntZextParam.ll | 136 @i135_s = external global i135 ; <i135*> [#uses=1] 929 define void @i135_ls(i135 zeroext %x) nounwind { 930 store i135 %x, i135* @i135_s [all...] |
APIntLoadStore.ll | 270 @i135_l = external global i135 ; <i135*> [#uses=1] 271 @i135_s = external global i135 ; <i135*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 277 int i135[] = {0, 0, 0, 1, 1, 1, 1}; local 404 assert(std::is_heap(i135, i135+7) == (std::is_heap_until(i135, i135+7) == i135+7));
|
is_heap_until.pass.cpp | 277 int i135[] = {0, 0, 0, 1, 1, 1, 1}; local 404 assert(std::is_heap_until(i135, i135+7) == i135+3);
|
is_heap_until_comp.pass.cpp | 278 int i135[] = {0, 0, 0, 1, 1, 1, 1}; local 405 assert(std::is_heap_until(i135, i135+7, std::greater<int>()) == i135+7);
|
is_heap_comp.pass.cpp | 278 int i135[] = {0, 0, 0, 1, 1, 1, 1}; local 405 assert(std::is_heap(i135, i135+7, std::greater<int>()) == (std::is_heap_until(i135, i135+7, std::greater<int>()) == i135+7)); [all...] |