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