/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 %x) nounwind { 1345 store i218 %x, i218* @i218_s [all...] |
APIntSextParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 signext %x) nounwind { 1345 store i218 %x, i218* @i218_s [all...] |
APIntZextParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 zeroext %x) nounwind { 1345 store i218 %x, i218* @i218_s [all...] |
APIntLoadStore.ll | 436 @i218_l = external global i218 ; <i218*> [#uses=1] 437 @i218_s = external global i218 ; <i218*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 360 int i218[] = {1, 1, 0, 0, 0, 1, 0}; local 487 assert(std::is_heap(i218, i218+7) == (std::is_heap_until(i218, i218+7) == i218+7));
|
is_heap_until.pass.cpp | 360 int i218[] = {1, 1, 0, 0, 0, 1, 0}; local 487 assert(std::is_heap_until(i218, i218+7) == i218+5);
|
is_heap_until_comp.pass.cpp | 361 int i218[] = {1, 1, 0, 0, 0, 1, 0}; local 488 assert(std::is_heap_until(i218, i218+7, std::greater<int>()) == i218+2);
|
is_heap_comp.pass.cpp | 361 int i218[] = {1, 1, 0, 0, 0, 1, 0}; local [all...] |
/external/llvm/test/Transforms/ArgumentPromotion/ |
pr3085.ll | 748 br i1 false, label %bb1.i.i.i213, label %bb5.i.i.i218 757 br label %bb5.i.i.i218 759 bb5.i.i.i218: ; preds = %bb4.i.i.i217, %bb.i.i12.i 762 READ_LITERAL.i.outer.backedge: ; preds = %bb5.i.i.i218, %bb70.i.i.i.i, %bb6.i.i207 [all...] |