Home
last modified time | relevance | path

Searched defs:IndirectBr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm.ml155 | IndirectBr Constructor
Dllvm.mli213 | IndirectBr Constructor
Dllvm_ocaml.c1730 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination()
/external/llvm/bindings/go/llvm/
Dir.go175 IndirectBr Opcode = C.LLVMIndirectBr const
/external/llvm/lib/IR/
DCore.cpp2290 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination()