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

  /external/llvm/test/CodeGen/Thumb2/
2009-08-01-WrongLDRBOpc.ll 70 %exitcond.i174.i.i = icmp eq i32 %3, 100 ; <i1> [#uses=1]
71 br i1 %exitcond.i174.i.i, label %bb3.i176.i.i, label %bb1.i175.i.i
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 175 @i174_s = external global i174 ; <i174*> [#uses=1]
1124 define void @i174_ls(i174 %x) nounwind {
1125 store i174 %x, i174* @i174_s
    [all...]
APIntSextParam.ll 175 @i174_s = external global i174 ; <i174*> [#uses=1]
1124 define void @i174_ls(i174 signext %x) nounwind {
1125 store i174 %x, i174* @i174_s
    [all...]
APIntZextParam.ll 175 @i174_s = external global i174 ; <i174*> [#uses=1]
1124 define void @i174_ls(i174 zeroext %x) nounwind {
1125 store i174 %x, i174* @i174_s
    [all...]
APIntLoadStore.ll 348 @i174_l = external global i174 ; <i174*> [#uses=1]
349 @i174_s = external global i174 ; <i174*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; local
443 assert(std::is_heap(i174, i174+7) == (std::is_heap_until(i174, i174+7) == i174+7));
is_heap_until.pass.cpp 316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; local
443 assert(std::is_heap_until(i174, i174+7) == i174+1);
is_heap_until_comp.pass.cpp 317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; local
444 assert(std::is_heap_until(i174, i174+7, std::greater<int>()) == i174+3);
is_heap_comp.pass.cpp 317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; local
444 assert(std::is_heap(i174, i174+7, std::greater<int>()) == (std::is_heap_until(i174, i174+7, std::greater<int>()) == i174+7));
    [all...]

Completed in 87 milliseconds