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

  /external/llvm/test/Transforms/InstCombine/
or.ll 340 define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191) {
344 %and.i = and <4 x i32> %vecinit6.i191, %neg.i ; <<4 x i32>> [#uses=1]
349 ; CHECK: select <4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191
  /external/llvm/test/CodeGen/X86/
scev-interchange.ll 269 br i1 false, label %bb.i191.i, label %bb.i.i.i297.i.i
279 bb.i191.i: ; preds = %.noexc232.i, %bb58.i.i
283 .noexc232.i: ; preds = %bb.i191.i
284 br i1 undef, label %bb29.loopexit.i.i, label %bb.i191.i
364 lpad196.i: ; preds = %bb.i191.i
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 192 @i191_s = external global i191 ; <i191*> [#uses=1]
1209 define void @i191_ls(i191 %x) nounwind {
1210 store i191 %x, i191* @i191_s
    [all...]
APIntSextParam.ll 192 @i191_s = external global i191 ; <i191*> [#uses=1]
1209 define void @i191_ls(i191 signext %x) nounwind {
1210 store i191 %x, i191* @i191_s
    [all...]
APIntZextParam.ll 192 @i191_s = external global i191 ; <i191*> [#uses=1]
1209 define void @i191_ls(i191 zeroext %x) nounwind {
1210 store i191 %x, i191* @i191_s
    [all...]
APIntLoadStore.ll 382 @i191_l = external global i191 ; <i191*> [#uses=1]
383 @i191_s = external global i191 ; <i191*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 333 int i191[] = {1, 0, 0, 0, 1, 1, 1}; local
460 assert(std::is_heap(i191, i191+7) == (std::is_heap_until(i191, i191+7) == i191+7));
is_heap_until.pass.cpp 333 int i191[] = {1, 0, 0, 0, 1, 1, 1}; local
460 assert(std::is_heap_until(i191, i191+7) == i191+4);
is_heap_until_comp.pass.cpp 334 int i191[] = {1, 0, 0, 0, 1, 1, 1}; local
461 assert(std::is_heap_until(i191, i191+7, std::greater<int>()) == i191+1);
is_heap_comp.pass.cpp 334 int i191[] = {1, 0, 0, 0, 1, 1, 1}; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 182 ... i190, i191, i192, i193, i194, i195, i196, i197, i198,
217 ... i190, i191, i192, i193, i194, i195, i196, i197, i198,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 182 ... i190, i191, i192, i193, i194, i195, i196, i197, i198,
217 ... i190, i191, i192, i193, i194, i195, i196, i197, i198,
  /external/llvm/test/CodeGen/ARM/
vmul.ll 575 %mul.i191 = mul <8 x i16> %vshr_n130, undef
576 %add.i192 = add <8 x i16> %mul.i191, %mul.i194
  /art/test/083-compiler-regressions/src/
Main.java 632 int i191 = 191; local
    [all...]

Completed in 105 milliseconds