Home | History | Annotate | Download | only in Ocaml

Lines Matching defs:alloca

1055     (* RUN: grep {%build_alloca = alloca i32} < %t.ll
1056 * RUN: grep {%build_array_alloca = alloca i32, i32 %P2} < %t.ll
1063 let alloca = build_alloca i32_type "build_alloca" b in
1066 ignore(build_store p2 alloca b);