Home | History | Annotate | Download | only in llvm

Lines Matching refs:IR

24 (** The top-level container for all other LLVM Intermediate Representation (IR)
28 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the
32 (** Any value in the LLVM IR. Functions, instructions, global variables,
40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
287 through the various value lists maintained by the LLVM IR. *)
294 lists maintained by the LLVM IR. *)
332 (** [dispose_module m] destroys a module [m] and all of the IR objects it