public BranchInst CreateBr(BasicBlock Dest) { var handle = Handle.BuildBr(Dest.Handle); return(Context.GetOrCreate <BranchInst>(handle)); }