Searched refs:CreateIndirectBr (Results 1 – 7 of 7) sorted by relevance
1537 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
697 IndirectBrInst *CreateIndirectBr(Value *Addr, unsigned NumDests = 10) {
2470 return wrap(unwrap(B)->CreateIndirectBr(unwrap(Addr), NumDests)); in LLVMBuildIndirectBr()
1010 IndirectBrInst *CreateIndirectBr(Value *Addr, unsigned NumDests = 10) {
1242 func (b Builder) CreateIndirectBr(addr Value, numDests int) (rv Value) { func
3105 return wrap(unwrap(B)->CreateIndirectBr(unwrap(Addr), NumDests)); in LLVMBuildIndirectBr()
2033 See the method [llvm::LLVMBuilder::CreateIndirectBr]. *)