Home
last modified time | relevance | path

Searched refs:i174 (Results 1 – 14 of 14) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb2/
H A D2009-08-01-WrongLDRBOpc.ll70 %exitcond.i174.i.i = icmp eq i32 %3, 100 ; <i1> [#uses=1]
71 br i1 %exitcond.i174.i.i, label %bb3.i176.i.i, label %bb1.i175.i.i
/minix/external/bsd/llvm/dist/llvm/test/Transforms/AlignmentFromAssumptions/
H A Dstart-unk.ll93 br i1 undef, label %test1.exit, label %cond.false.i.i.i.i174
95 cond.false.i.i.i.i174: ; preds = %if.end.i173
/minix/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
443 assert(std::is_heap(i174, i174+7) == (std::is_heap_until(i174, i174+7) == i174+7)); in test()
H A Dis_heap_until.pass.cpp316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
443 assert(std::is_heap_until(i174, i174+7) == i174+1); in test()
H A Dis_heap_until_comp.pass.cpp317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
444 assert(std::is_heap_until(i174, i174+7, std::greater<int>()) == i174+3); in test()
H A Dis_heap_comp.pass.cpp317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
444 …assert(std::is_heap(i174, i174+7, std::greater<int>()) == (std::is_heap_until(i174, i174+7, std::g… in test()
/minix/external/bsd/libc++/dist/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
443 assert(std::is_heap(i174, i174+7) == (std::is_heap_until(i174, i174+7) == i174+7)); in test()
H A Dis_heap_until.pass.cpp316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
443 assert(std::is_heap_until(i174, i174+7) == i174+1); in test()
H A Dis_heap_until_comp.pass.cpp317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
444 assert(std::is_heap_until(i174, i174+7, std::greater<int>()) == i174+3); in test()
H A Dis_heap_comp.pass.cpp317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local
444 …assert(std::is_heap(i174, i174+7, std::greater<int>()) == (std::is_heap_until(i174, i174+7, std::g… in test()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/
H A DAPIntLoadStore.ll348 @i174_l = external global i174 ; <i174*> [#uses=1]
349 @i174_s = external global i174 ; <i174*> [#uses=1]
1554 %tmp = load i174* @i174_l ; <i174> [#uses=1]
1555 store i174 %tmp, i174* @i174_s
H A DAPIntParam.ll175 @i174_s = external global i174 ; <i174*> [#uses=1]
1124 define void @i174_ls(i174 %x) nounwind {
1125 store i174 %x, i174* @i174_s
H A DAPIntSextParam.ll175 @i174_s = external global i174 ; <i174*> [#uses=1]
1124 define void @i174_ls(i174 signext %x) nounwind {
1125 store i174 %x, i174* @i174_s
H A DAPIntZextParam.ll175 @i174_s = external global i174 ; <i174*> [#uses=1]
1124 define void @i174_ls(i174 zeroext %x) nounwind {
1125 store i174 %x, i174* @i174_s