Home
last modified time | relevance | path

Searched refs:inc_ptr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dpr35890.ll8 define void @pr35890(i32* %inc_ptr, i32 %a) {
13 %inc = load i32, i32* %inc_ptr, !range !0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dloop-invariant-conditions.ll126 define void @test7(i64 %start, i64* %inc_ptr) {
129 %inc = load i64, i64* %inc_ptr, !range !0
256 define void @test8(i64 %start, i64* %inc_ptr) {
259 %inc = load i64, i64* %inc_ptr, !range !1
331 define void @test11(i64* %inc_ptr) {
334 %inc = load i64, i64* %inc_ptr, !range !0
361 define void @test12(i64* %inc_ptr) {
364 %inc = load i64, i64* %inc_ptr, !range !0
/external/llvm/test/Transforms/IndVarSimplify/
Dloop-invariant-conditions.ll126 define void @test7(i64 %start, i64* %inc_ptr) {
129 %inc = load i64, i64* %inc_ptr, !range !0
258 define void @test8(i64 %start, i64* %inc_ptr) {
261 %inc = load i64, i64* %inc_ptr, !range !1
/external/v8/tools/clang/blink_gc_plugin/
Dprocess-graph.py80 def inc_ptr(dst, ptr): function
122 inc_ptr(e.dst, e.ptr)