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

  /external/llvm/test/Transforms/InstCombine/
apint-mul2.ll 8 define i177 @test1(i177 %X) {
9 %C = shl i177 1, 155
10 %Y = mul i177 %X, %C
11 ret i177 %Y
  /external/llvm/test/CodeGen/Thumb2/
2009-08-01-WrongLDRBOpc.ll 75 br i1 undef, label %bb5.i177.i.i, label %bb.i171.i.i
77 bb5.i177.i.i: ; preds = %bb3.i176.i.i
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 178 @i177_s = external global i177 ; <i177*> [#uses=1]
1139 define void @i177_ls(i177 %x) nounwind {
1140 store i177 %x, i177* @i177_s
    [all...]
APIntSextParam.ll 178 @i177_s = external global i177 ; <i177*> [#uses=1]
1139 define void @i177_ls(i177 signext %x) nounwind {
1140 store i177 %x, i177* @i177_s
    [all...]
APIntZextParam.ll 178 @i177_s = external global i177 ; <i177*> [#uses=1]
1139 define void @i177_ls(i177 zeroext %x) nounwind {
1140 store i177 %x, i177* @i177_s
    [all...]
APIntLoadStore.ll 354 @i177_l = external global i177 ; <i177*> [#uses=1]
355 @i177_s = external global i177 ; <i177*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 319 int i177[] = {0, 1, 1, 1, 0, 0, 1}; local
446 assert(std::is_heap(i177, i177+7) == (std::is_heap_until(i177, i177+7) == i177+7));
is_heap_until.pass.cpp 319 int i177[] = {0, 1, 1, 1, 0, 0, 1}; local
446 assert(std::is_heap_until(i177, i177+7) == i177+1);
is_heap_until_comp.pass.cpp 320 int i177[] = {0, 1, 1, 1, 0, 0, 1}; local
447 assert(std::is_heap_until(i177, i177+7, std::greater<int>()) == i177+4);
is_heap_comp.pass.cpp 320 int i177[] = {0, 1, 1, 1, 0, 0, 1}; local
447 assert(std::is_heap(i177, i177+7, std::greater<int>()) == (std::is_heap_until(i177, i177+7, std::greater<int>()) == i177+7));
    [all...]
  /external/llvm/test/CodeGen/ARM/
2008-04-11-PHIofImpDef.ll     [all...]

Completed in 41 milliseconds