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

  /external/llvm/test/CodeGen/X86/
2008-03-31-SpillerFoldingBug.ll 25 %tmp150151.i.i165.i = bitcast i8* %tmp150.i.i164.i to i32 (...)** ; <i32 (...)**> [#uses=1]
27 store i32 (...)** %tmp150151.i.i165.i, i32 (...)*** %tmp153.i.i166.i, align 4
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 166 @i165_s = external global i165 ; <i165*> [#uses=1]
1079 define void @i165_ls(i165 %x) nounwind {
1080 store i165 %x, i165* @i165_s
    [all...]
APIntSextParam.ll 166 @i165_s = external global i165 ; <i165*> [#uses=1]
1079 define void @i165_ls(i165 signext %x) nounwind {
1080 store i165 %x, i165* @i165_s
    [all...]
APIntZextParam.ll 166 @i165_s = external global i165 ; <i165*> [#uses=1]
1079 define void @i165_ls(i165 zeroext %x) nounwind {
1080 store i165 %x, i165* @i165_s
    [all...]
APIntLoadStore.ll 330 @i165_l = external global i165 ; <i165*> [#uses=1]
331 @i165_s = external global i165 ; <i165*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 307 int i165[] = {0, 1, 0, 1, 1, 0, 1}; local
434 assert(std::is_heap(i165, i165+7) == (std::is_heap_until(i165, i165+7) == i165+7));
is_heap_until.pass.cpp 307 int i165[] = {0, 1, 0, 1, 1, 0, 1}; local
434 assert(std::is_heap_until(i165, i165+7) == i165+1);
is_heap_until_comp.pass.cpp 308 int i165[] = {0, 1, 0, 1, 1, 0, 1}; local
435 assert(std::is_heap_until(i165, i165+7, std::greater<int>()) == i165+7);
is_heap_comp.pass.cpp 308 int i165[] = {0, 1, 0, 1, 1, 0, 1}; local
435 assert(std::is_heap(i165, i165+7, std::greater<int>()) == (std::is_heap_until(i165, i165+7, std::greater<int>()) == i165+7));
    [all...]
  /external/llvm/test/Transforms/ArgumentPromotion/
pr3085.ll 439 br i1 false, label %bb129, label %bb15.i165.preheader
441 bb15.i165.preheader: ; preds = %bb12.i161
442 br label %bb15.i165
444 bb14.i163: ; preds = %bb15.i165
445 br label %bb15.i165
447 bb15.i165: ; preds = %bb14.i163, %bb15.i165.preheader
450 bb16.i166: ; preds = %bb15.i165
    [all...]

Completed in 1179 milliseconds