Home
last modified time | relevance | path

Searched refs:CreateIndirectBr (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1537 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
/external/llvm/include/llvm/IR/
DIRBuilder.h697 IndirectBrInst *CreateIndirectBr(Value *Addr, unsigned NumDests = 10) {
/external/llvm/lib/IR/
DCore.cpp2470 return wrap(unwrap(B)->CreateIndirectBr(unwrap(Addr), NumDests)); in LLVMBuildIndirectBr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1010 IndirectBrInst *CreateIndirectBr(Value *Addr, unsigned NumDests = 10) {
/external/llvm/bindings/go/llvm/
Dir.go1242 func (b Builder) CreateIndirectBr(addr Value, numDests int) (rv Value) { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3105 return wrap(unwrap(B)->CreateIndirectBr(unwrap(Addr), NumDests)); in LLVMBuildIndirectBr()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2033 See the method [llvm::LLVMBuilder::CreateIndirectBr]. *)