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

  /external/llvm/test/CodeGen/X86/
scev-interchange.ll 286 bb7.i215.i: ; preds = %bb9.i216.i
289 bb8.i.i: ; preds = %bb7.i215.i
295 br i1 undef, label %bb7.i215.i, label %bb16.preheader.i.i
308 bb16.preheader.i.i: ; preds = %bb17.i.i, %bb9.i216.i, %bb7.i215.i
ragreedy-bug.ll 78 %arrayidx.i.i215 = getelementptr inbounds %struct._RuneLocale, %struct._RuneLocale* @_DefaultRuneLocale, i64 0, i32 5, i64 %idxprom.i.i214
79 %10 = load i32, i32* %arrayidx.i.i215, align 4
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 216 @i215_s = external global i215 ; <i215*> [#uses=1]
1329 define void @i215_ls(i215 %x) nounwind {
1330 store i215 %x, i215* @i215_s
    [all...]
APIntSextParam.ll 216 @i215_s = external global i215 ; <i215*> [#uses=1]
1329 define void @i215_ls(i215 signext %x) nounwind {
1330 store i215 %x, i215* @i215_s
    [all...]
APIntZextParam.ll 216 @i215_s = external global i215 ; <i215*> [#uses=1]
1329 define void @i215_ls(i215 zeroext %x) nounwind {
1330 store i215 %x, i215* @i215_s
    [all...]
APIntLoadStore.ll 430 @i215_l = external global i215 ; <i215*> [#uses=1]
431 @i215_s = external global i215 ; <i215*> [#uses=1]
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 357 int i215[] = {1, 0, 1, 1, 1, 1, 1}; local
484 assert(std::is_heap(i215, i215+7) == (std::is_heap_until(i215, i215+7) == i215+7));
is_heap_until.pass.cpp 357 int i215[] = {1, 0, 1, 1, 1, 1, 1}; local
484 assert(std::is_heap_until(i215, i215+7) == i215+3);
is_heap_until_comp.pass.cpp 358 int i215[] = {1, 0, 1, 1, 1, 1, 1}; local
485 assert(std::is_heap_until(i215, i215+7, std::greater<int>()) == i215+1);