Home
last modified time | relevance | path

Searched refs:head_size (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Ddebuginfo_add.ll8 ; unsigned head_size;
12 ; for (offset = orig_start - (unsigned long long)(1 << 12); head_size;
13 ; offset -= (unsigned long long)(1 << 12), head_size -= (1 << 12))
46 %head_size.09 = phi i32 [ undef, %for.body.lr.ph ], [ %sub2, %for.body ]
47 …tail call void @llvm.dbg.value(metadata i32 %head_size.09, metadata !23, metadata !DIExpression())…
49 %sub2 = add i32 %head_size.09, -4096, !dbg !37
97 !23 = !DILocalVariable(name: "head_size", scope: !11, file: !1, line: 7, type: !24)
/external/brotli/c/enc/
Dblock_splitter.c62 size_t head_size = mask + 1 - from_pos; in CopyLiteralsToByteArray() local
63 memcpy(literals + pos, data + from_pos, head_size); in CopyLiteralsToByteArray()
65 pos += head_size; in CopyLiteralsToByteArray()
66 insert_len -= head_size; in CopyLiteralsToByteArray()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/
Dillegal-fragment.ll28 %head_size.09 = phi i32 [ undef, %for.body.lr.ph ], [ %sub2, %for.body ]
30 …tail call void @llvm.dbg.value(metadata i32 %head_size.09, metadata !23, metadata !DIExpression())…
32 %sub2 = add i32 %head_size.09, -4096, !dbg !37
78 !23 = !DILocalVariable(name: "head_size", scope: !11, file: !1, line: 7, type: !24)