Searched refs:CreateIndirectBr (Results 1 – 5 of 5) sorted by relevance
1971 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1006 IndirectBrInst *CreateIndirectBr(Value *Addr, unsigned NumDests = 10) {
1404 func (b Builder) CreateIndirectBr(addr Value, numDests int) (rv Value) { func
3166 return wrap(unwrap(B)->CreateIndirectBr(unwrap(Addr), NumDests)); in LLVMBuildIndirectBr()
2138 See the method [llvm::LLVMBuilder::CreateIndirectBr]. *)