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

  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 194 @i193_s = external global i193 ; <i193*> [#uses=1]
1219 define void @i193_ls(i193 %x) nounwind {
1220 store i193 %x, i193* @i193_s
    [all...]
APIntSextParam.ll 194 @i193_s = external global i193 ; <i193*> [#uses=1]
1219 define void @i193_ls(i193 signext %x) nounwind {
1220 store i193 %x, i193* @i193_s
    [all...]
APIntZextParam.ll 194 @i193_s = external global i193 ; <i193*> [#uses=1]
1219 define void @i193_ls(i193 zeroext %x) nounwind {
1220 store i193 %x, i193* @i193_s
    [all...]
APIntLoadStore.ll 386 @i193_l = external global i193 ; <i193*> [#uses=1]
387 @i193_s = external global i193 ; <i193*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 335 int i193[] = {1, 0, 0, 1, 0, 0, 1}; local
462 assert(std::is_heap(i193, i193+7) == (std::is_heap_until(i193, i193+7) == i193+7));
is_heap_until.pass.cpp 335 int i193[] = {1, 0, 0, 1, 0, 0, 1}; local
462 assert(std::is_heap_until(i193, i193+7) == i193+3);
is_heap_until_comp.pass.cpp 336 int i193[] = {1, 0, 0, 1, 0, 0, 1}; local
463 assert(std::is_heap_until(i193, i193+7, std::greater<int>()) == i193+1);
is_heap_comp.pass.cpp 336 int i193[] = {1, 0, 0, 1, 0, 0, 1}; local
    [all...]
  /external/llvm/test/Transforms/ArgumentPromotion/
pr3085.ll 519 i32 -1, label %bb33.i193
531 bb33.i193: ; preds = %READ_LITERAL.i
534 bb35.i195: ; preds = %bb33.i193
768 parse.exit: ; preds = %parse.exit.loopexit, %bb38.i198, %bb35.i195, %bb33.i193
    [all...]

Completed in 7060 milliseconds