Searched defs:IndirectBr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml144 | IndirectBr Constructor in type:Opcode/t
H A Dllvm_ocaml.c1430 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, argument
1432 LLVMAddDestination(IndirectBr, Dest);
/external/llvm/lib/IR/
H A DCore.cpp1946 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { argument
1947 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest));

Completed in 296 milliseconds