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

  /external/llvm/test/Transforms/InstCombine/
apint-sub.ll 60 define i124 @test10(i124 %A, i124 %B) {
61 %C = sub i124 0, %A ; <i124> [#uses=1]
62 %D = sub i124 0, %B ; <i124> [#uses=1]
63 %E = mul i124 %C, %D ; <i124> [#uses=1]
64 ret i124 %
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
2011-10-27-lftrnull.ll 36 br i1 undef, label %if.end.i126, label %if.else.i124
38 if.else.i124: ; preds = %for.body21.i
42 if.end.i126: ; preds = %if.else.i124, %for.body21.i
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 125 @i124_s = external global i124 ; <i124*> [#uses=1]
874 define void @i124_ls(i124 %x) nounwind {
875 store i124 %x, i124* @i124_s
    [all...]
APIntSextParam.ll 125 @i124_s = external global i124 ; <i124*> [#uses=1]
874 define void @i124_ls(i124 signext %x) nounwind {
875 store i124 %x, i124* @i124_s
    [all...]
APIntZextParam.ll 125 @i124_s = external global i124 ; <i124*> [#uses=1]
874 define void @i124_ls(i124 zeroext %x) nounwind {
875 store i124 %x, i124* @i124_s
    [all...]
APIntLoadStore.ll 248 @i124_l = external global i124 ; <i124*> [#uses=1]
249 @i124_s = external global i124 ; <i124*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 266 int i124[] = {0, 0, 0, 0, 1, 0, 0}; local
393 assert(std::is_heap(i124, i124+7) == (std::is_heap_until(i124, i124+7) == i124+7));
is_heap_until.pass.cpp 266 int i124[] = {0, 0, 0, 0, 1, 0, 0}; local
393 assert(std::is_heap_until(i124, i124+7) == i124+4);
is_heap_until_comp.pass.cpp 267 int i124[] = {0, 0, 0, 0, 1, 0, 0}; local
394 assert(std::is_heap_until(i124, i124+7, std::greater<int>()) == i124+7);
is_heap_comp.pass.cpp 267 int i124[] = {0, 0, 0, 0, 1, 0, 0}; local
394 assert(std::is_heap(i124, i124+7, std::greater<int>()) == (std::is_heap_until(i124, i124+7, std::greater<int>()) == i124+7));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 174 ... i118, i119, i120, i121, i122, i123, i124, i125, i126,
209 ... i118, i119, i120, i121, i122, i123, i124, i125, i126,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 174 ... i118, i119, i120, i121, i122, i123, i124, i125, i126,
209 ... i118, i119, i120, i121, i122, i123, i124, i125, i126,
  /art/test/083-compiler-regressions/src/
Main.java 498 int i124 = 124; local
    [all...]

Completed in 2783 milliseconds